Updated user references to be app-default-supporting functions

This commit is contained in:
Dan Brown
2019-04-14 13:19:33 +01:00
parent 9406b4d4c9
commit ee58bea8b7
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class SettingService
*/
public function getForCurrentUser($key, $default = false)
{
return $this->getUser(auth()->user(), $key, $default);
return $this->getUser(user(), $key, $default);
}
/**