Skip to content

Commit fb9be97

Browse files
Spell 'Inertia' properly 😏
1 parent 6dc232d commit fb9be97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IntertiaJsPresetServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
use Illuminate\Support\ServiceProvider;
66
use Illuminate\Foundation\Console\PresetCommand;
77

8-
class IntertiaJsPresetServiceProvider extends ServiceProvider
8+
class InertiaJsPresetServiceProvider extends ServiceProvider
99
{
1010
public function boot()
1111
{
1212
PresetCommand::macro('inertiajs', function ($command) {
13-
IntertiaJsPreset::install();
13+
InertiaJsPreset::install();
1414

1515
$command->info('Inertia.js scaffolding installed successfully.');
1616
$command->info('Please run "npm install && npm run dev" to compile your fresh scaffolding.');

0 commit comments

Comments
 (0)