mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Disabled demo user on seed
Disabled demo user on seed
This commit is contained in:
parent
58aabe8fc1
commit
fbc22c14b4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class DatabaseSeeder extends Seeder
|
||||||
{
|
{
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
\App\Models\User::factory(1)->create();
|
//\App\Models\User::factory(1)->create();//Disable demo first user creation
|
||||||
$this->call(SettingsSeeder::class);
|
$this->call(SettingsSeeder::class);
|
||||||
$this->call(ProvidersSeeder::class);
|
$this->call(ProvidersSeeder::class);
|
||||||
$this->call(LocationsSeeder::class);
|
$this->call(LocationsSeeder::class);
|
||||||
|
|
Loading…
Add table
Reference in a new issue