date format valiodaiton
This commit is contained in:
parent
cad580d854
commit
8cb99fedc7
|
|
@ -103,7 +103,9 @@ public function create()
|
|||
*/
|
||||
public function get()
|
||||
{
|
||||
$appication = $this->account->aplications()->latest()
|
||||
$appication = $this->account
|
||||
->applications()
|
||||
->latest()
|
||||
->with('attachments')
|
||||
->first();
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class Documentgroup extends Model
|
|||
];
|
||||
// protected $hidden = [];
|
||||
// protected $dates = [];
|
||||
protected $translatable = ['name', 'description', 'type'];
|
||||
protected $translatable = ['name', 'description'];
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue