Applies Changes

This commit is contained in:
Berkay Güre
2018-07-15 15:07:56 +03:00
committed by Berkay Güre
parent c39b9870ef
commit 253f0f1451
14 changed files with 47 additions and 62 deletions

View File

@@ -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',