Skip to content

Commit 3342561

Browse files
committed
ICL: Exceptions handler moved.
1 parent 3872242 commit 3342561

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Log/ExceptionHandler.php renamed to src/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminated\Console\Log;
3+
namespace Illuminated\Console;
44

55
use App\Exceptions\Handler;
66
use Exception;

src/Loggable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Contracts\Debug\ExceptionHandler as ExceptionHandlerContract;
66
use Illuminate\Support\Str;
7-
use Illuminated\Console\Log\ExceptionHandler;
87
use Illuminated\Console\Log\Formatter;
98
use Monolog\Handler\RotatingFileHandler;
109
use Monolog\Logger;

0 commit comments

Comments
 (0)