You've already forked Atomcms-edit
chore: fix code style with Laravel Pint
This commit is contained in:
@@ -13,6 +13,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class UserCurrency extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
#[\Override]
|
||||
protected $guarded = ['user_id', 'type'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user