mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Replace custom code with gravatar package
This commit is contained in:
@@ -8,6 +8,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
->withProviders([
|
||||
\Laravel\Tinker\TinkerServiceProvider::class,
|
||||
\Jrean\UserVerification\UserVerificationServiceProvider::class,
|
||||
\Creativeorange\Gravatar\GravatarServiceProvider::class,
|
||||
])
|
||||
->withRouting(
|
||||
web: __DIR__.'/../routes/web.php',
|
||||
|
||||
Reference in New Issue
Block a user