We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a2f4e commit fa9674fCopy full SHA for fa9674f
playground/clear.php
@@ -4,7 +4,7 @@
4
use function Laravel\Prompts\note;
5
use function Laravel\Prompts\pause;
6
7
-require __DIR__ . '/../vendor/autoload.php';
+require __DIR__.'/../vendor/autoload.php';
8
9
note('This will disappear.');
10
src/helpers.php
@@ -88,7 +88,7 @@ function pause(string $message = 'Press enter to continue...'): bool
88
*/
89
function clear(): void
90
{
91
- (new Clear())->display();
+ (new Clear)->display();
92
}
93
94
0 commit comments