@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\SchemaOrg; |
| 4 | 4 | |
| 5 | -use ReflectionClass; |
|
| 6 | 5 | use BadMethodCallException; |
| 6 | +use ReflectionClass; |
|
| 7 | 7 | use Spatie\SchemaOrg\Exceptions\InvalidType; |
| 8 | -use Spatie\SchemaOrg\Exceptions\TypeNotInGraph; |
|
| 9 | 8 | use Spatie\SchemaOrg\Exceptions\TypeAlreadyInGraph; |
| 9 | +use Spatie\SchemaOrg\Exceptions\TypeNotInGraph; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * @mixin \Spatie\SchemaOrg\Schema |