Completed
Pull Request — master (#9)
by Ruben
02:17 queued 01:09
created
src/LinkTypes/ActionLinkType.php 1 patch
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.