Completed
Push — master ( 7d3d6e...e2570f )
by Mohamed
01:26
created
src/Foundations/Traits/ViewResolverTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         ], $this->buildVariables($model));
34 34
     }
35 35
 
36
+    /**
37
+     * @param Model $model
38
+     */
36 39
     protected function buildVariables(?Model $model = null) {
37 40
         $routePrefix = 'microboard';
38 41
         $translationsPrefix = '';
Please login to merge, or discard this patch.