Closed caseydwyer closed 1 year ago
Hey there,
Wasn't sure where to put this issue, but I think that this piece of the Sponsored docs should indicate that both the middleware and the api_middleware arrays should have that tenant + universal addition.
middleware
api_middleware
tenant
universal
ie, so it should look like this:
'middleware' => [ 'tenant', 'universal', 'web', ..., ], 'api_middleware' => [ 'nova', 'tenant', 'universal', ..., ],
Thanks again for building a great product!
Updated, thanks for letting me know!
Hey there,
Wasn't sure where to put this issue, but I think that this piece of the Sponsored docs should indicate that both the
middleware
and theapi_middleware
arrays should have thattenant
+universal
addition.ie, so it should look like this:
Thanks again for building a great product!