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
@@ -34,6 +34,7 @@ use Illuminate\Database\Eloquent\Model;
class Subscription extends Model
{
use Auditable;
/** @use HasFactory<\Database\Factories\SubscriptionFactory> */
use HasFactory;