Skip to content

Commit

Permalink
Merge pull request #7 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Added missing statements
  • Loading branch information
andrey-helldar authored Jun 10, 2024
2 parents 82f77b4 + b41c882 commit b98a830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Middlewares/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
use LaravelLang\Routes\Services\Resolver;

use function app;
use function is_string;
use function trim;

abstract class Middleware
{
Expand Down

0 comments on commit b98a830

Please sign in to comment.