This commit is contained in:
denisdulici
2018-07-26 23:00:45 +03:00
parent 7a3b69b96b
commit f61761e4b6
10 changed files with 9 additions and 23 deletions

View File

@ -2,7 +2,6 @@
namespace Database\Seeds;
use App\Models\Common\Company;
use App\Models\Model;
use Illuminate\Database\Seeder;
use Setting;
@ -25,7 +24,7 @@ class Settings extends Seeder
private function create()
{
$company_id = $this->command->argument('company');
$company_id = $this->command->argument('company');
Setting::set([
'general.date_format' => 'd M Y',