Skip to content

Commit

Permalink
Changed to fix "Interface 'Geeklog\ConfigInterface' not found" error
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Oct 28, 2019
1 parent d4e2b6c commit 3cb9847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/classes/config.class.php
Expand Up @@ -33,6 +33,8 @@

use Geeklog\ConfigInterface;

require_once __DIR__ . '/ConfigInterface.php';

class config implements ConfigInterface
{
/**
Expand Down

0 comments on commit 3cb9847

Please sign in to comment.