Update framework and javascript

This commit is contained in:
Deon George
2020-05-26 11:44:02 +10:00
parent 32c562cf30
commit dd1460463f
13 changed files with 2623 additions and 1647 deletions

View File

@@ -205,20 +205,6 @@ class User extends Authenticatable
->filter();
}
/**
* Get the users language
*
* For non logged in users we need to populate with a default language
* @param $value
* @return mixed
* @todo This doesnt appear to be used?
*/
public function getLanguageAttribute($value)
{
if (is_null($value))
return config('SITE_SETUP')->language;
}
/**
* Return a Carbon Date if it has a value.
*