Skip to content

Commit

Permalink
Merge branch '5.7.x' of github.com:DarkaOnLine/L5-Swagger into 5.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 21, 2020
2 parents 812748c + 941ee5d commit e90af8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/GenerateDocsCommand.php
Expand Up @@ -2,8 +2,8 @@

namespace L5Swagger\Console;

use L5Swagger\Generator;
use Illuminate\Console\Command;
use L5Swagger\Generator;

class GenerateDocsCommand extends Command
{
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/SwaggerController.php
Expand Up @@ -3,10 +3,10 @@
namespace L5Swagger\Http\Controllers;

use File;
use Illuminate\Routing\Controller as BaseController;
use L5Swagger\Generator;
use Request;
use Response;
use L5Swagger\Generator;
use Illuminate\Routing\Controller as BaseController;

class SwaggerController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion tests/GeneratorTest.php
Expand Up @@ -2,8 +2,8 @@

namespace Tests;

use L5Swagger\Generator;
use L5Swagger\Exceptions\L5SwaggerException;
use L5Swagger\Generator;

class GeneratorTest extends TestCase
{
Expand Down

0 comments on commit e90af8e

Please sign in to comment.