Skip to content

Commit 70e3347

Browse files
update class
1 parent 433cf5a commit 70e3347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TailwindCssPresetServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ class TailwindCssPresetServiceProvider extends ServiceProvider
1010
public function boot()
1111
{
1212
PresetCommand::macro('tailwindcss', function ($command) {
13-
TailwindPreset::install();
13+
TailwindCssPreset::install();
1414

1515
$command->info('Tailwind CSS scaffolding installed successfully.');
1616
$command->info('Please run "npm install && npm run dev" to compile your fresh scaffolding.');
1717
});
1818

1919
PresetCommand::macro('tailwindcss-auth', function ($command) {
20-
TailwindPreset::installAuth();
20+
TailwindCssPreset::installAuth();
2121

2222
$command->info('Tailwind CSS scaffolding with auth views installed successfully.');
2323
$command->info('Please run "npm install && npm run dev" to compile your fresh scaffolding.');

0 commit comments

Comments
 (0)