@@ -11,7 +11,7 @@ class {{ class }}
11
11
use HandlesAuthorization;
12
12
13
13
/**
14
- * Determine whether the user can view any {{ modelDocPlural }} .
14
+ * Determine whether the user can view any models .
15
15
*
16
16
* @param \{{ namespacedUserModel }} $user
17
17
* @return mixed
@@ -22,7 +22,7 @@ class {{ class }}
22
22
}
23
23
24
24
/**
25
- * Determine whether the user can view the {{ modelDoc }} .
25
+ * Determine whether the user can view the model .
26
26
*
27
27
* @param \{{ namespacedUserModel }} $user
28
28
* @param \{{ namespacedModel }} ${{ modelVariable }}
@@ -34,7 +34,7 @@ class {{ class }}
34
34
}
35
35
36
36
/**
37
- * Determine whether the user can create {{ modelDocPlural }} .
37
+ * Determine whether the user can create models .
38
38
*
39
39
* @param \{{ namespacedUserModel }} $user
40
40
* @return mixed
@@ -45,7 +45,7 @@ class {{ class }}
45
45
}
46
46
47
47
/**
48
- * Determine whether the user can update the {{ modelDoc }} .
48
+ * Determine whether the user can update the model .
49
49
*
50
50
* @param \{{ namespacedUserModel }} $user
51
51
* @param \{{ namespacedModel }} ${{ modelVariable }}
@@ -57,7 +57,7 @@ class {{ class }}
57
57
}
58
58
59
59
/**
60
- * Determine whether the user can delete the {{ modelDoc }} .
60
+ * Determine whether the user can delete the model .
61
61
*
62
62
* @param \{{ namespacedUserModel }} $user
63
63
* @param \{{ namespacedModel }} ${{ modelVariable }}
@@ -69,7 +69,7 @@ class {{ class }}
69
69
}
70
70
71
71
/**
72
- * Determine whether the user can restore the {{ modelDoc }} .
72
+ * Determine whether the user can restore the model .
73
73
*
74
74
* @param \{{ namespacedUserModel }} $user
75
75
* @param \{{ namespacedModel }} ${{ modelVariable }}
@@ -81,7 +81,7 @@ class {{ class }}
81
81
}
82
82
83
83
/**
84
- * Determine whether the user can permanently delete the {{ modelDoc }} .
84
+ * Determine whether the user can permanently delete the model .
85
85
*
86
86
* @param \{{ namespacedUserModel }} $user
87
87
* @param \{{ namespacedModel }} ${{ modelVariable }}
0 commit comments