We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a5baf commit 7ebe7f9Copy full SHA for 7ebe7f9
src/Commands/SeedDatabaseCommand.php
@@ -15,6 +15,6 @@ public function handle()
15
{
16
(new NativeServiceProvider($this->laravel))->rewriteDatabase();
17
18
- parent::handle();
+ return parent::handle();
19
}
20
0 commit comments