Skip to content

Commit 3bd555a

Browse files
tonysmgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b875e32 commit 3bd555a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function handle()
3939

4040
protected function phpBinary()
4141
{
42-
return (new PhpExecutableFinder)->find(false) ?: 'php';
42+
return (new PhpExecutableFinder())->find(false) ?: 'php';
4343
}
4444

4545
private function ensureTailwindConfigExists()
@@ -115,7 +115,7 @@ private function appendTailwindStylesToLayouts()
115115
$this->existingLayoutFiles()
116116
->each(fn ($file) => File::put(
117117
$file,
118-
(new AppendTailwindTag)(File::get($file)),
118+
(new AppendTailwindTag())(File::get($file)),
119119
));
120120
}
121121

0 commit comments

Comments
 (0)