@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Gcsc\LaravelApiResponse; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Str; |
|
| 6 | -use Illuminate\Http\JsonResponse; |
|
| 7 | 5 | use HttpStatusCodes\RFCStatusCodes; |
| 6 | +use Illuminate\Http\JsonResponse; |
|
| 7 | +use Illuminate\Support\Str; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Class ApiResponse. |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Console\Commands\Cache; |
| 4 | 4 | |
| 5 | -use ReflectionClass; |
|
| 6 | -use Illuminate\Support\Str; |
|
| 7 | 5 | use Illuminate\Console\Command; |
| 6 | +use Illuminate\Support\Str; |
|
| 7 | +use ReflectionClass; |
|
| 8 | 8 | |
| 9 | 9 | class GenerateCommentsDocData extends Command |
| 10 | 10 | { |