Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 3, 2024
1 parent 766d97f commit 1cceccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ public function handle()
$baseTestCase = file_get_contents(base_path('tests/DuskTestCase.php'));

if (! trait_exists(\Tests\CreatesApplication::class)) {
file_put_contents(base_path('tests/DuskTestCase.php'), str_replace(<<<EOT
file_put_contents(base_path('tests/DuskTestCase.php'), str_replace(<<<'EOT'
{
use CreatesApplication;

EOT, <<<EOT
EOT, <<<'EOT'
{
EOT,
$baseTestCase,
Expand Down

0 comments on commit 1cceccb

Please sign in to comment.