Skip to content

Commit

Permalink
Fix issue with access level.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Dec 20, 2019
1 parent b7c0e16 commit 6d67f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Config.php
Expand Up @@ -18,7 +18,7 @@ trait Config
*
* @return mixed
*/
protected function config($string, $default = null)
public function config($string, $default = null)
{
if (is_null(config($config = Constants::CONFIG_PACKAGE_NAME))) {
throw new \Exception("Config ({$config}.php) not found. Have you published it?");
Expand Down

0 comments on commit 6d67f8c

Please sign in to comment.