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