mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Import statements and update configuration.
This commit is contained in:
@@ -66,6 +66,7 @@ use Illuminate\Support\Str;
|
||||
use Laravel\Passport\HasApiTokens;
|
||||
use NotificationChannels\Pushover\PushoverReceiver;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
use Exception;
|
||||
|
||||
class User extends Authenticatable
|
||||
{
|
||||
@@ -166,7 +167,7 @@ class User extends Authenticatable
|
||||
/**
|
||||
* Generates access token.
|
||||
*
|
||||
* @throws \Exception
|
||||
* @throws Exception
|
||||
*/
|
||||
public function generateAccessToken(): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user