Bradley B. Smith

Results 3 issues of Bradley B. Smith

Title speaks for itself. Line 48 in AzureOauthProvider.php. Need to add a using... ```php use Laravel\Socialite\Two\InvalidStateException; ```

I can't seem to get this to work: ```rust let app = Route::new() .nest("/", EmbeddedFilesEndpoint::::new()) .catch_error(custom_404); ``` The custom_404 is never called and an empty 404 is returned. How do...

question