Skip to content

Commit

Permalink
Shift cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Apr 29, 2024
1 parent cdfa398 commit c03b042
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 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\ServiceProvider;
use Illuminate\Support\Facades\Facade;

return [


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

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

return [

'channels' => [
Expand Down

0 comments on commit c03b042

Please sign in to comment.