Skip to content

Commit

Permalink
Fix auto register bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyir committed Sep 4, 2020
1 parent d5d5d20 commit 61fd830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
}
],
"require": {},
"autoload": {
"psr-4": {
"Hsy\\Options\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
Expand All @@ -23,4 +18,9 @@
}
}
},
"autoload": {
"psr-4": {
"Hsy\\Options\\": "src/"
}
},
}

0 comments on commit 61fd830

Please sign in to comment.