mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Add initial pack creation and overview pages
This commit is contained in:
@@ -99,6 +99,6 @@ class ServiceOption extends Model
|
||||
*/
|
||||
public function packs()
|
||||
{
|
||||
return $this->hasMany(ServicePack::class, 'option_id');
|
||||
return $this->hasMany(Pack::class, 'option_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user