Small fix for Core\Config

This commit is contained in:
Visman 2021-03-20 22:17:32 +07:00
parent 17c6578714
commit 621c7f5e0d

View file

@ -11,7 +11,6 @@ declare(strict_types=1);
namespace ForkBB\Core;
use ForkBB\Core\Exceptions\ForkException;
use InvalidArgumentException;
class Config
{