@@ -11,9 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace BoxedCode\Eloquent\Meta; |
13 | 13 | |
14 | -use BoxedCode\Eloquent\Meta\MetaCollection; |
|
15 | -use BoxedCode\Eloquent\Meta\Contracts\MetaItem as ItemContract; |
|
16 | - |
|
17 | 14 | trait Metable |
18 | 15 | { |
19 | 16 | /** |
@@ -40,6 +40,10 @@ |
||
40 | 40 | ); |
41 | 41 | } |
42 | 42 | |
43 | + /** |
|
44 | + * @param string $class |
|
45 | + * @param Type $instance |
|
46 | + */ |
|
43 | 47 | protected function registerClass($class, $instance) |
44 | 48 | { |
45 | 49 | if (!isset($this->registered[$class])) { |