service templates - move to blade -wip

This commit is contained in:
Anthony F McInerney
2020-10-17 11:14:13 +01:00
parent 38e5556ec1
commit 41adb40414
+1 -1
View File
@@ -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],