File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ class TailwindCssPresetServiceProvider extends ServiceProvider
10
10
public function boot ()
11
11
{
12
12
PresetCommand::macro ('tailwindcss ' , function ($ command ) {
13
- TailwindPreset ::install ();
13
+ TailwindCssPreset ::install ();
14
14
15
15
$ command ->info ('Tailwind CSS scaffolding installed successfully. ' );
16
16
$ command ->info ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
17
17
});
18
18
19
19
PresetCommand::macro ('tailwindcss-auth ' , function ($ command ) {
20
- TailwindPreset ::installAuth ();
20
+ TailwindCssPreset ::installAuth ();
21
21
22
22
$ command ->info ('Tailwind CSS scaffolding with auth views installed successfully. ' );
23
23
$ command ->info ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
You can’t perform that action at this time.
0 commit comments