Completed
Push — master ( d64bdd...237512 )
by wen
13:09
created
src/Console/ComponentMakeCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@
 block discarded – undo
123 123
         );
124 124
     }
125 125
 
126
+    /**
127
+     * @param string $model
128
+     */
126 129
     protected function getViewColumns($model)
127 130
     {
128 131
         $columns = $this->getTableColumns($model);
Please login to merge, or discard this patch.