1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 09:24:04 +00:00
This commit is contained in:
lukinovec 2023-04-18 09:02:38 +02:00
parent 835b169d60
commit effb6a81a1

View file

@ -134,6 +134,7 @@ class TenancyServiceProvider extends ServiceProvider
return $instance;
});
// todo https://discord.com/channels/976506366502006874/976513756576243733/1097778320692740096
$this->app->singleton('cache', function ($app) {
return new $this->app['config']['tenancy.cache.manager']($app);
});