Completed
Pull Request — master (#1)
by Tyler
04:03
created
src/Commands/LicenseUpdate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $this->getSelection('owner_id', $where);
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $column
68
+     */
66 69
     final protected function getSelection($column, $where = [])
67 70
     {
68 71
         try {
Please login to merge, or discard this patch.