mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add PHP type hints
This commit is contained in:
@@ -12,7 +12,7 @@ class SettingsTableSeeder extends Seeder
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
public function run(): void
|
||||
{
|
||||
DB::table('settings')->delete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user