Skip to content

Commit

Permalink
Run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes authored and github-actions[bot] committed Nov 14, 2023
1 parent 6df9289 commit 49558cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Symfony\Component\HttpFoundation\Response;

use function app;
use function is_array;
use function str_starts_with;

final class ContentSecurityPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace App\Support;

use Illuminate\Routing\RouteUrlGenerator;

use function array_key_exists;

/**
Expand Down

0 comments on commit 49558cd

Please sign in to comment.