Skip to content

Commit 855d4d8

Browse files
committed
Fix using wrong method
1 parent 9f58d63 commit 855d4d8

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
@@ -116,7 +116,7 @@ private function addImportStylesToLayouts()
116116

117117
private function replaceMixStylesToLayouts()
118118
{
119-
$this->existingLayouts()
119+
$this->existingLayoutFiles()
120120
->each(fn ($file) => File::put(
121121
$file,
122122
str_replace(
@@ -129,7 +129,7 @@ private function replaceMixStylesToLayouts()
129129

130130
private function replaceViteStylesToLayouts()
131131
{
132-
$this->existingLayouts()
132+
$this->existingLayoutFiles()
133133
->each(fn ($file) => File::put(
134134
$file,
135135
preg_replace(

0 commit comments

Comments
 (0)