Skip to content

Commit

Permalink
Fix missing include of root level ns function
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Aug 7, 2018
1 parent 0b23e23 commit f1d7910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Application/Configs/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace hollodotme\Readis\Application\Configs;

use hollodotme\Readis\Exceptions\ApplicationConfigNotFound;
use function dirname;
use function file_exists;
use const PHP_URL_PATH;

Expand Down

0 comments on commit f1d7910

Please sign in to comment.