Skip to content

Commit

Permalink
remove service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 28, 2024
1 parent 102a553 commit 601b0ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
"orchestra/testbench": "^9",
"pestphp/pest": "^2.35"
},
"extra": {
"laravel": {
"providers": [
"Leuverink\\PropertyAttribute\\ServiceProvider"
]
}
},
"scripts": {
"lint": "vendor/bin/duster lint",
"fix": "vendor/bin/duster fix",
Expand Down
28 changes: 0 additions & 28 deletions src/ServiceProvider.php

This file was deleted.

1 change: 0 additions & 1 deletion testbench.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
providers:
- Livewire\LivewireServiceProvider
- Leuverink\PropertyAttribute\ServiceProvider

0 comments on commit 601b0ab

Please sign in to comment.