@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Database\Schema\Blueprint; |
|
| 4 | 3 | use Illuminate\Database\Migrations\Migration; |
| 4 | +use Illuminate\Database\Schema\Blueprint; |
|
| 5 | 5 | |
| 6 | 6 | class CreateLERNTables extends Migration { |
| 7 | 7 | |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Tylercd100\LERN; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Tylercd100\LERN\Facades\LERN; |
|
| 7 | 6 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
| 7 | +use Tylercd100\LERN\Facades\LERN; |
|
| 8 | 8 | |
| 9 | 9 | class Handler extends ExceptionHandler { |
| 10 | 10 | |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Tylercd100\LERN\Notifications; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Monolog\Logger; |
|
| 7 | 6 | use Monolog\Handler\HandlerInterface; |
| 7 | +use Monolog\Logger; |
|
| 8 | 8 | use Tylercd100\LERN\Notifications\MonologHandlerFactory; |
| 9 | 9 | |
| 10 | 10 | class Notifier { |