Skip to content
This repository was archived by the owner on Jan 19, 2020. It is now read-only.

Commit 8800620

Browse files
author
Dmitry Bubyakin
authored
Merge pull request #2 from dmitrybubyakin/analysis-z9KZZm
Apply fixes from StyleCI
2 parents 2f403ff + 231ac6c commit 8800620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shortener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public function getRedirectTo(string $hash): string
3636

3737
public function routes(): void
3838
{
39-
Route::get("{$this->route}/{hash}", ShortenerController::class . '@handle');
39+
Route::get("{$this->route}/{hash}", ShortenerController::class.'@handle');
4040
}
4141
}

0 commit comments

Comments
 (0)