mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-14 02:29:18 +00:00
Initial Commit !
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
17
app/database/seeds/DatabaseSeeder.php
Executable file
17
app/database/seeds/DatabaseSeeder.php
Executable file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class DatabaseSeeder extends Seeder {
|
||||
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
Eloquent::unguard();
|
||||
|
||||
// $this->call('UserTableSeeder');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user