Move micropub session stuff to its own service provider
This commit is contained in:
parent
cd324f72d5
commit
e32cc59b81
3 changed files with 36 additions and 9 deletions
|
@ -182,6 +182,7 @@ return [
|
|||
// App\Providers\BroadcastServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
App\Providers\MicropubSessionProvider::class,
|
||||
|
||||
/*
|
||||
* Laravel Debugbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue