@@ -9,6 +9,10 @@ |
||
| 9 | 9 | protected $path; |
| 10 | 10 | protected $default; |
| 11 | 11 | |
| 12 | + /** |
|
| 13 | + * @param \Tacone\Bees\Field\Field $object |
|
| 14 | + * @param string $path |
|
| 15 | + */ |
|
| 12 | 16 | protected function __construct($object, &$storage, $path) |
| 13 | 17 | { |
| 14 | 18 | $this->object = $object; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Countable; |
| 8 | 8 | use Illuminate\Contracts\Support\Arrayable; |
| 9 | 9 | use Illuminate\Contracts\Support\Jsonable; |
| 10 | -use Illuminate\Contracts\Support\Renderable; |
|
| 11 | 10 | use IteratorAggregate; |
| 12 | 11 | use Tacone\Bees\Base\DelegatedArrayTrait; |
| 13 | 12 | use Tacone\Bees\Collection\FieldCollection; |