Skip to content

Commit 5fce8fd

Browse files
committed
Update to Point to the renamed ExampleUserSeeder
1 parent 5152a53 commit 5fce8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Davzie/LaravelBootstrap/Seeds/DatabaseSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class DatabaseSeeder extends Seeder {
88
public function run()
99
{
1010
Eloquent::unguard();
11-
$this->call('Davzie\LaravelBootstrap\Seeds\UserTable');
11+
$this->call('Davzie\LaravelBootstrap\Seeds\ExampleUserSeeder');
1212
$this->call('Davzie\LaravelBootstrap\Seeds\ExampleSettingsSeeder');
1313
$this->command->info('All Tables Seeded');
1414
}
1515

16-
}
16+
}

0 commit comments

Comments
 (0)