Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Use interface for accessing container.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Oct 30, 2014
1 parent 06dcf88 commit d4bd061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluxBB/Core.php
Expand Up @@ -13,7 +13,7 @@ protected static function getFacadeAccessor()

public static function isInstalled()
{
return static::$app['config']->hasGroup('fluxbb');
return static::$app->make('config')->hasGroup('fluxbb');
}

public static function version()
Expand Down

0 comments on commit d4bd061

Please sign in to comment.