@@ -7,7 +7,6 @@ |
||
| 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 | { |
@@ -8,7 +8,7 @@ |
||
| 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 | |
@@ -5,9 +5,6 @@ |
||
| 5 | 5 | use Illuminate\Config\Repository as ConfigRepository; |
| 6 | 6 | use Illuminate\Contracts\Validation\Factory; |
| 7 | 7 | use Illuminate\Foundation\Application; |
| 8 | -use JsonSerializable; |
|
| 9 | -use Illuminate\Contracts\Support\Arrayable; |
|
| 10 | -use Illuminate\Contracts\Support\Jsonable; |
|
| 11 | 8 | use Sco\Admin\Contracts\ConfigFactoryInterface; |
| 12 | 9 | use Sco\Admin\Contracts\ModelFactoryInterface; |
| 13 | 10 | use Sco\Admin\Contracts\RepositoryInterface; |