Applies Changes
This commit is contained in:
committed by
Berkay Güre
parent
c39b9870ef
commit
253f0f1451
@ -26,7 +26,7 @@ class Categories extends Seeder
|
||||
|
||||
private function create()
|
||||
{
|
||||
$company_id = Company::first()->id;
|
||||
$company_id = $this->command->argument('company');
|
||||
|
||||
$rows = [
|
||||
[
|
||||
|
Reference in New Issue
Block a user