|
2 | 2 |
|
3 | 3 | namespace Lomkit\Rest\Tests\Support\Rest\Resources; |
4 | 4 |
|
5 | | -use Lomkit\Rest\Concerns\Resource\DisableAutomaticGates; |
6 | 5 | use Lomkit\Rest\Http\Requests\RestRequest; |
7 | 6 | use Lomkit\Rest\Http\Resource; |
8 | 7 | use Lomkit\Rest\Relations\BelongsTo; |
9 | | -use Lomkit\Rest\Relations\BelongsToMany; |
10 | | -use Lomkit\Rest\Relations\HasMany; |
11 | | -use Lomkit\Rest\Relations\HasManyThrough; |
12 | | -use Lomkit\Rest\Relations\HasOne; |
13 | | -use Lomkit\Rest\Relations\HasOneOfMany; |
14 | | -use Lomkit\Rest\Relations\HasOneThrough; |
15 | | -use Lomkit\Rest\Relations\MorphedByMany; |
16 | | -use Lomkit\Rest\Relations\MorphMany; |
17 | | -use Lomkit\Rest\Relations\MorphOne; |
18 | | -use Lomkit\Rest\Relations\MorphOneOfMany; |
19 | | -use Lomkit\Rest\Relations\MorphTo; |
20 | | -use Lomkit\Rest\Relations\MorphToMany; |
21 | | -use Lomkit\Rest\Tests\Support\Models\Model; |
22 | 8 | use Lomkit\Rest\Tests\Support\Models\ModelWith; |
23 | | -use Lomkit\Rest\Tests\Support\Rest\Actions\BatchableModifyNumberAction; |
24 | | -use Lomkit\Rest\Tests\Support\Rest\Actions\ModifyNumberAction; |
25 | | -use Lomkit\Rest\Tests\Support\Rest\Actions\QueueableModifyNumberAction; |
26 | | -use Lomkit\Rest\Tests\Support\Rest\Actions\StandaloneModifyNumberAction; |
27 | | -use Lomkit\Rest\Tests\Support\Rest\Actions\WithMetaModifyNumberAction; |
28 | | -use Lomkit\Rest\Tests\Support\Rest\Instructions\NumberedInstruction; |
29 | 9 |
|
30 | 10 | class ModelWithResource extends Resource |
31 | 11 | { |
|
0 commit comments