We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175e2e8 commit 5961d73Copy full SHA for 5961d73
stubs/authorizer.stub
@@ -69,7 +69,20 @@ class {{ class }} implements Authorizer
69
}
70
71
/**
72
- * Authorize the show-related and show-relationship controller action.
+ * Authorize the show-related controller action
73
+ *
74
+ * @param Request $request
75
+ * @param object $model
76
+ * @param string $fieldName
77
+ * @return bool
78
+ */
79
+ public function showRelated(Request $request, object $model, string $fieldName): bool
80
+ {
81
+ // TODO: Implement showRelated() method.
82
+ }
83
+
84
+ /**
85
+ * Authorize the show-relationship controller action.
86
*
87
* @param Request $request
88
* @param object $model
0 commit comments