We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1df29 commit e7a7874Copy full SHA for e7a7874
src/Commands/LaravelAuthorizerCommand.php
@@ -163,7 +163,7 @@ public function getNamespace(): string
163
/**
164
* Get the class name for the policy.
165
*
166
- * @param string $name The name of the policy
+ * @param string $name The name of the policy
167
*/
168
public function getClassName(string $name): string
169
{
@@ -177,7 +177,7 @@ public function getClassName(string $name): string
177
178
* Get the namespace for the model.
179
180
- * @param string $model The name of the model
+ * @param string $model The name of the model
181
182
public function getNamespacedModel(string $model): string
183
0 commit comments