Update files that use constants.php

This commit is contained in:
DariusIII
2018-01-08 12:21:07 +01:00
parent 9b89c88585
commit 6af3c91f12
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -14,7 +14,6 @@
namespace tests;
require_once \dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'bootstrap/autoload.php';
include_once \dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'nntmux' . DIRECTORY_SEPARATOR . 'constants.php';
use App\Extensions\util\Versions;
use App\Models\User;