TIPOFF / locations

Laravel Package for locations in markets
MIT License
0 stars 1 forks source link

Undefined Location method when using Nova resource #107

Closed chx2 closed 3 years ago

chx2 commented 3 years ago

I receive the following error when attempting to create a Location in an external project using the Location Nova resource.

Screen Shot 2021-04-11 at 1 17 15 PM

Looking at the Location model, I noticed that the reference method is setup as gmbAccount(), which may lead to confusion when referencing the relationship later.