Skip to content

Commit cbb375e

Browse files
authored
Apply fixes from StyleCI (#23)
1 parent 6f4b64a commit cbb375e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SveltePreset.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ public static function updatePackageArray($packages)
3737

3838
public static function updateMix()
3939
{
40-
copy(__DIR__ . '/stubs/webpack.mix.js', base_path('webpack.mix.js'));
40+
copy(__DIR__.'/stubs/webpack.mix.js', base_path('webpack.mix.js'));
4141
}
4242

4343
public static function updateScripts()
4444
{
45-
copy(__DIR__ . '/stubs/app.js', resource_path('js/app.js'));
45+
copy(__DIR__.'/stubs/app.js', resource_path('js/app.js'));
4646
File::cleanDirectory(resource_path('js/components'));
47-
copy(__DIR__ . '/stubs/App.svelte', resource_path('js/components/App.svelte'));
47+
copy(__DIR__.'/stubs/App.svelte', resource_path('js/components/App.svelte'));
4848
}
4949
}

0 commit comments

Comments
 (0)