Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 21, 2024
1 parent 6c7b097 commit b662487
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion app/Http/Middleware/CasAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

namespace App\Http\Middleware;

use Symfony\Component\HttpFoundation\Response;
use App\Models\User;
use Closure;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Symfony\Component\HttpFoundation\Response;

class CasAuthenticate
{
Expand Down
2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

declare(strict_types=1);

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

return [


'aliases' => Facade::defaultAliases()->merge([
'Cas' => Subfission\Cas\Facades\Cas::class,
'Redis' => Illuminate\Support\Facades\Redis::class,
Expand Down
4 changes: 0 additions & 4 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

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

return [

'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
Expand Down
1 change: 0 additions & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
|
*/


Schedule::command('horizon:snapshot')->everyFiveMinutes();
Schedule::command(CacheSchedulerRunning::class)->everyMinute();

0 comments on commit b662487

Please sign in to comment.