Completed
Push — master ( 854f9f...ee186a )
by Ruben
01:12
created
src/LinkTypes/ActionLinkType.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return ! Str::contains($action, '@');
97 97
     }
98 98
 
99
+    /**
100
+     * @param null|Model $model
101
+     */
99 102
     private function getParameters(?Model $model)
100 103
     {
101 104
         if (! optional($model)->exists) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Illuminate\Database\Eloquent\Model;
7 7
 use Illuminate\Routing\Route;
8 8
 use Illuminate\Routing\Router;
9
-use Illuminate\Support\Arr;
10 9
 use Illuminate\Support\Str;
11 10
 
12 11
 class ActionLinkType extends LinkType
Please login to merge, or discard this patch.