Skip to content

Commit 76cd581

Browse files
committed
Merge branch 'devel'
2 parents c5eebd8 + dff6d99 commit 76cd581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function run()
1818
$this->call('UsersAndNotesSeeder');
1919
$this->call('MenusTableSeeder');
2020
$this->call('FolderTableSeeder');
21-
$this->call('BREADSeeder');
2221
$this->call('ExampleSeeder');
22+
//$this->call('BREADSeeder');
2323
}
2424
}

0 commit comments

Comments
 (0)