mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Massive PHPCS linting
This commit is contained in:
@@ -90,8 +90,10 @@ class Service extends Model implements CleansAttributes, ValidableContract
|
||||
public function packs()
|
||||
{
|
||||
return $this->hasManyThrough(
|
||||
'Pterodactyl\Models\Pack', 'Pterodactyl\Models\ServiceOption',
|
||||
'service_id', 'option_id'
|
||||
'Pterodactyl\Models\Pack',
|
||||
'Pterodactyl\Models\ServiceOption',
|
||||
'service_id',
|
||||
'option_id'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user