Version 0.7.0 #1

Merged
kor-elf merged 90 commits from develop into main 2023-12-08 21:18:23 +06:00
Showing only changes of commit 90cab02d62 - Show all commits

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace App\Models;
@ -9,7 +9,7 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Sanctum\HasApiTokens;
class User extends Authenticatable
final class User extends Authenticatable
{
use HasApiTokens, HasFactory, Notifiable, SoftDeletes;