From 4a99fbe8847c499ad4abb3cc47c7f5e836cb36cf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 7 Dec 2018 18:30:45 +0100 Subject: [PATCH] wip #2413 @1 --- app/Models/Project.php | 2 +- config/app.php | 4 ++-- config/backpack/base.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Models/Project.php b/app/Models/Project.php index 5a3c629..ca0debe 100644 --- a/app/Models/Project.php +++ b/app/Models/Project.php @@ -19,7 +19,7 @@ class Project extends Model // protected $primaryKey = 'id'; // public $timestamps = false; // protected $guarded = ['id']; - protected $fillable = ['name']; + protected $fillable = ['name', 'client', 'manager', 'old']; // protected $hidden = []; // protected $dates = []; diff --git a/config/app.php b/config/app.php index 57ee5b7..c29122d 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'Extranet Cubedesigners'), /* |-------------------------------------------------------------------------- @@ -80,7 +80,7 @@ return [ | */ - 'locale' => 'en', + 'locale' => 'fr', /* |-------------------------------------------------------------------------- diff --git a/config/backpack/base.php b/config/backpack/base.php index bc6e437..6790d42 100644 --- a/config/backpack/base.php +++ b/config/backpack/base.php @@ -12,7 +12,7 @@ return [ */ // Project name. Shown in the breadcrumbs and a few other places. - 'project_name' => 'Backpack', + 'project_name' => 'Extranet', // Menu logos 'logo_lg' => 'Cubedesigners', -- 2.39.5