Skip to content

Commit

Permalink
Update Compliance.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 15, 2023
1 parent 0cd2ed2 commit d929660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compliance.php
Expand Up @@ -124,7 +124,7 @@ public static function main(?ContainerInterface $container = null): void
}

Container::getInstance()
->call(ApplicationServiceProvider::class);
->register(ApplicationServiceProvider::class);

Container::getInstance()
->get(self::class)->run();
Expand Down

0 comments on commit d929660

Please sign in to comment.