Import statements and update configuration.

This commit is contained in:
James Cole
2025-05-27 16:57:36 +02:00
parent 7c04c4c2bc
commit c074fec0a7
165 changed files with 530 additions and 335 deletions

View File

@@ -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
{