From a6e68e4916a79c386b4bd9f624de7b32594af147 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Mon, 19 Nov 2018 10:52:43 +0800 Subject: [PATCH] Change config to be in same directory as source --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index c92db49..7b88a67 100644 --- a/common.php +++ b/common.php @@ -3,7 +3,7 @@ namespace Common; require 'vendor/autoload.php'; -require __DIR__ . '/../../config.php'; +require __DIR__ . '/config.php'; use Telegram\Bot\Api; use DateTimeImmutable; -- 2.11.0