Skip to content

Commit

Permalink
refactor: remove booted check. register run before boot
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed May 18, 2024
1 parent 84f793f commit eff63c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/System/Integrate/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,10 +892,6 @@ public function bootProvider()
*/
public function registerProvider()
{
if (!$this->isBooted) {
return;
}

foreach ($this->providers as $provider) {
if (in_array($provider, $this->looded_providers)) {
continue;
Expand Down

0 comments on commit eff63c9

Please sign in to comment.