Completed
Push — master ( 1d5e5c...692c26 )
by Omar El
02:52
created
app/Http/Controllers/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * Check if the user is authorized to perform a given action on a resource.
36 36
      *
37 37
      * @param  \Illuminate\Http\Request  $request
38
-     * @param  array $resource
38
+     * @param  string $resource
39 39
      * @param  mixed|array $arguments
40 40
      * @return boolean
41 41
      * @see    https://lumen.laravel.com/docs/authorization 
Please login to merge, or discard this patch.