@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * For the full copyright and license information, please view the LICENSE |
5 | 5 | * file that was distributed with this source code. |
6 | 6 | */ |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace App\Services; |
10 | 10 | |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | private function isMatched(string $needle): bool |
65 | 65 | { |
66 | - return Str::startsWith($this->route->getName(), $needle . '.'); |
|
66 | + return Str::startsWith($this->route->getName(), $needle.'.'); |
|
67 | 67 | } |
68 | 68 | } |