Skip to content

Commit

Permalink
change registerProviders to protect
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson committed Jun 20, 2017
1 parent 8748367 commit 240199d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
composer.phar
/vendor/
/.idea/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private function initializeLogger()
/**
* Register providers.
*/
private function registerProviders()
protected function registerProviders()
{
foreach ($this->providers as $provider) {
$this->register(new $provider());
Expand Down

0 comments on commit 240199d

Please sign in to comment.