Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Sep 9, 2024
1 parent 39a2f4e commit fa9674f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/clear.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use function Laravel\Prompts\note;
use function Laravel\Prompts\pause;

require __DIR__ . '/../vendor/autoload.php';
require __DIR__.'/../vendor/autoload.php';

note('This will disappear.');

Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function pause(string $message = 'Press enter to continue...'): bool
*/
function clear(): void
{
(new Clear())->display();
(new Clear)->display();
}
}

Expand Down

0 comments on commit fa9674f

Please # to comment.