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 8a01a29 commit d82ce28Copy full SHA for d82ce28
database/seeds/NavigationAdminTableSeeder.php
@@ -8,7 +8,7 @@ class NavigationAdminTableSeeder extends Seeder
8
public function run()
9
{
10
NavigationAdmin::truncate();
11
- DB::delete('TRUNCATE navigation_admin_role');
+ //DB::delete('TRUNCATE navigation_admin_role');
12
13
$csvPath = database_path() . DIRECTORY_SEPARATOR . 'seeds' . DIRECTORY_SEPARATOR . 'csv' . DIRECTORY_SEPARATOR . 'navigation_admin.csv';
14
$items = csv_to_array($csvPath);
@@ -39,4 +39,4 @@ public function run()
39
$row->roles()->attach($roles);
40
}
41
42
-}
+}
0 commit comments