Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 28, 2024
1 parent b00b9ff commit d7ce2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"illuminate/contracts": "^10.0|^11.0",
"laravel/scout": "^10.0|^11.0",
"livewire/livewire": "^3.4",
"spatie/laravel-model-states": "^2.7",
"spatie/laravel-package-tools": "^1.16.3",
"spatie/php-structure-discoverer": "^2.1"
},
Expand All @@ -36,6 +35,7 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.16",
"spatie/laravel-model-states": "^2.7",
"spatie/laravel-ray": "^1.35.1"
},
"autoload": {
Expand Down
1 change: 0 additions & 1 deletion src/WireUseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ protected function registerFeatures(): static
foreach ([
\Foxws\WireUse\Support\Livewire\ActionObjects\SupportActionObjects::class,
\Foxws\WireUse\Support\Livewire\StateObjects\SupportStateObjects::class,
\Foxws\WireUse\Support\Livewire\ModelStateObjects\SupportModelStateObjects::class,
] as $feature) {
app('livewire')->componentHook($feature);
}
Expand Down

0 comments on commit d7ce2b2

Please sign in to comment.