mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Singularize model names.
This commit is contained in:
@@ -64,6 +64,6 @@ class ServicePack extends Model
|
||||
*/
|
||||
public function option()
|
||||
{
|
||||
return $this->belongsTo(ServiceOptions::class);
|
||||
return $this->belongsTo(ServiceOption::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user