hipsterjazzbo / Landlord

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

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

Open xyrintech opened 7 years ago

xyrintech commented 7 years ago

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

HelgeSverre commented 7 years ago

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