hipsterjazzbo / Landlord

A simple, single database multi-tenancy solution for Laravel 5.2+
MIT License
615 stars 138 forks source link

Landlord::getTenants() returns no empty collection #69

Open xyrintech opened 6 years ago

xyrintech commented 6 years ago

I have trying to access the Landlord::getTenants() tenants in laravel command file but this returns nothing.

HelgeSverre commented 6 years ago

is whatever middleware you are using the Landlord::addTenant() method in running in console mode?