Fix pint issues

This commit is contained in:
Bubka
2024-04-26 08:01:20 +02:00
parent c6f8317d81
commit 7e1fdf67bb
18 changed files with 75 additions and 86 deletions

View File

@ -44,7 +44,7 @@ use Illuminate\Database\Eloquent\Relations\MorphTo;
class AuthLog extends Model
{
use HasFactory;
/**
* Indicates if the model should be timestamped.
*/