Skip to content

Commit

Permalink
Shift cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Nov 15, 2024
1 parent b972663 commit 2df3c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?php

use Illuminate\Support\Facades\Facade;
use Illuminate\Support\ServiceProvider;

return [


'aliases' => Facade::defaultAliases()->merge([
'Redis' => Illuminate\Support\Facades\Redis::class,
])->toArray(),
Expand Down
5 changes: 0 additions & 5 deletions config/logging.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

use Monolog\Handler\NullHandler;
use Monolog\Handler\StreamHandler;
use Monolog\Handler\SyslogUdpHandler;
use Monolog\Processor\PsrLogMessageProcessor;

return [

'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
Expand Down

0 comments on commit 2df3c9f

Please sign in to comment.