mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - move to blade -wip
This commit is contained in:
@@ -38,7 +38,7 @@ class ServiceTemplate extends Model implements Keyable
|
||||
* @param ServiceTemplate|int $id
|
||||
* @return array
|
||||
*/
|
||||
public static function getServiceTemplate($id)
|
||||
public static function getServiceTemplate($id, User $user)
|
||||
{
|
||||
return $id->where([
|
||||
['id', '=', $id],
|
||||
|
||||
Reference in New Issue
Block a user