@@ -2,6 +2,8 @@
namespace App\Services;
+@error_reporting(E_ALL & ~E_NOTICE);
+
use App\Module\Base;
use App\Module\Chat;
use App\Module\Users;