mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #905 from openclassify/fatihalp-patch-2
Delete truncate for CategorySeeder
This commit is contained in:
commit
fa65739b54
@ -11,7 +11,6 @@ class CategorySeeder extends Seeder
|
|||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
DB::table('cats_category')->truncate();
|
|
||||||
DB::table('cats_category_translations')->truncate();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user