Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Sep 11, 2024
1 parent fd13464 commit 8abcae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Platform/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Controller extends BaseController
* The check is done for each request to this controller or its routes.
*
* @param string $permission
*
* @return void
*/
protected function checkPermission(string $permission): void
Expand Down
1 change: 0 additions & 1 deletion src/Platform/Http/Controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Orchid\Platform\Http\Controllers;

use Illuminate\Contracts\View\Factory;
use Illuminate\Http\RedirectResponse;
use Illuminate\View\View;

Expand Down

0 comments on commit 8abcae9

Please sign in to comment.