belongsTo(Service::class); } /** * The name of the server, that will appear on invoices/service displays * @return mixed */ abstract public function getNameAttribute(); }