Completed
Push — master ( 1e6f86...3701fc )
by wen
02:30
created
src/Column/Column.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Illuminate\Database\Eloquent\Model;
8 8
 use Illuminate\Support\Collection;
9 9
 use Sco\Attributes\HasAttributesTrait;
10
-use Sco\Attributes\HasOriginalAndAttributesTrait;
11 10
 
12 11
 abstract class Column
13 12
 {
Please login to merge, or discard this patch.
src/Contracts/ConfigFactoryInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     /**
9 9
      * @param string $name
10 10
      *
11
-     * @return $this;
11
+     * @return \Sco\Admin\Config\ConfigFactory
12 12
      */
13 13
     public function make($name);
14 14
 
Please login to merge, or discard this patch.