We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3872242 commit 3342561Copy full SHA for 3342561
src/Log/ExceptionHandler.php renamed to src/ExceptionHandler.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace Illuminated\Console\Log;
+namespace Illuminated\Console;
4
5
use App\Exceptions\Handler;
6
use Exception;
src/Loggable.php
@@ -4,7 +4,6 @@
use Illuminate\Contracts\Debug\ExceptionHandler as ExceptionHandlerContract;
use Illuminate\Support\Str;
7
-use Illuminated\Console\Log\ExceptionHandler;
8
use Illuminated\Console\Log\Formatter;
9
use Monolog\Handler\RotatingFileHandler;
10
use Monolog\Logger;
0 commit comments