PHP Style Change (Laravel Pint CI)

This commit is contained in:
HDVinnie
2024-07-19 03:43:14 +00:00
committed by HDVinne
parent 8ad0097fc9
commit 3ad3bb992b
55 changed files with 55 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ use Illuminate\Database\Eloquent\Model;
class ChatStatus extends Model
{
use Auditable;
/** @use HasFactory<\Database\Factories\ChatStatusFactory> */
use HasFactory;