@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Spatie\SchemaOrg\Generator\Writer; |
| 4 | 4 | |
| 5 | 5 | use League\Flysystem\Adapter\Local; |
| 6 | -use Spatie\SchemaOrg\Generator\Type; |
|
| 7 | 6 | use League\Flysystem\Filesystem as Flysystem; |
| 7 | +use Spatie\SchemaOrg\Generator\Type; |
|
| 8 | 8 | use Spatie\SchemaOrg\Generator\TypeCollection; |
| 9 | 9 | |
| 10 | 10 | class Filesystem |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Spatie\SchemaOrg; |
| 4 | 4 | |
| 5 | 5 | use DateTime; |
| 6 | -use ReflectionClass; |
|
| 7 | 6 | use DateTimeInterface; |
| 7 | +use ReflectionClass; |
|
| 8 | 8 | use Spatie\SchemaOrg\Exceptions\InvalidProperty; |
| 9 | 9 | |
| 10 | 10 | abstract class BaseType implements Type, \ArrayAccess, \JsonSerializable |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\SchemaOrg; |
| 4 | 4 | |
| 5 | -use ReflectionClass; |
|
| 6 | 5 | use BadMethodCallException; |
| 7 | 6 | use InvalidArgumentException; |
| 7 | +use ReflectionClass; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * @mixin Schema |