You've already forked Atomcms-edit
chore: improve code quality - PHPStan level 5, add #[\Override] attributes, fix return types
This commit is contained in:
@@ -7,8 +7,10 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
class SocialAccount extends Model
|
||||
{
|
||||
#[\Override]
|
||||
protected $table = 'social_accounts';
|
||||
|
||||
#[\Override]
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
'provider',
|
||||
|
||||
Reference in New Issue
Block a user