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 5152a53 commit 5fce8fdCopy full SHA for 5fce8fd
src/Davzie/LaravelBootstrap/Seeds/DatabaseSeeder.php
@@ -8,9 +8,9 @@ class DatabaseSeeder extends Seeder {
8
public function run()
9
{
10
Eloquent::unguard();
11
- $this->call('Davzie\LaravelBootstrap\Seeds\UserTable');
+ $this->call('Davzie\LaravelBootstrap\Seeds\ExampleUserSeeder');
12
$this->call('Davzie\LaravelBootstrap\Seeds\ExampleSettingsSeeder');
13
$this->command->info('All Tables Seeded');
14
}
15
16
-}
+}
0 commit comments