Skip to content

Commit

Permalink
Writing tests within GitHub editor is a bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSerneels authored Mar 28, 2024
1 parent 805c892 commit 4ba1146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/StageFrontTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ protected function registerRoute($url, $text)
*/
protected function registerRouteWithDomain($url, $text)
{
Route::domain('domain.example.com')->group(function () use ($url) {
Route::domain('domain.example.com')->group(function () use ($url, $text) {
Route::get($url, function () use ($text) {
return $text;
})->middleware(Config::get('stagefront.middleware'));
Expand Down

0 comments on commit 4ba1146

Please sign in to comment.