hipsterjazzbo / Landlord

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

Fixes #2

Closed jbrooksuk closed 8 years ago

Jmrich commented 8 years ago

In your version is it adding the tenant column when creating a new record?

hipsterjazzbo commented 8 years ago

This is a bit big, has some conflicts. I've made most of these changes separately though. Why change the name of the Facade class?

jbrooksuk commented 8 years ago

Because it's in the Facade namespace. It doesn't need to have the word Facade in it. Traits and abstract classes are different of course.