Skip to content

Commit

Permalink
Commit from GitHub Actions (style-fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Jan 5, 2023
1 parent e176305 commit 92bb022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/Actions/ControllerAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace MagicLink\Actions;

use Illuminate\Routing\Controller;

class ControllerAction extends ActionAbstract
{
private string $controllerClass;
Expand Down
3 changes: 1 addition & 2 deletions tests/TestSupport/MyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace MagicLink\Test\TestSupport;

use Illuminate\Http\Request;
use Illuminate\Routing\Controller;

class MyController extends Controller
Expand All @@ -16,4 +15,4 @@ public function index()
{
return 'im a controller index';
}
}
}

0 comments on commit 92bb022

Please sign in to comment.