Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
woodseowl committed Oct 30, 2024
1 parent 10bfe99 commit 06b9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CUAuth/routes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use Illuminate\Support\Facades\Route;
use CornellCustomDev\LaravelStarterKit\CUAuth\Http\Controllers\AuthController;
use Illuminate\Support\Facades\Route;

Route::get('/shibboleth-login', [AuthController::class, 'shibbolethLogin'])->name('cu-auth.shibboleth-login');

0 comments on commit 06b9f98

Please sign in to comment.