Closed dhildreth closed 6 years ago
Okay, I missed the update on the core attribute types now being part of implementation. (https://github.com/rinvex/attributes/commit/e0d16825d613ed3cdb67ff6953bc3a4185c6536e#diff-ea0d11a7ac5ac10f344772d0863e113d and in README). After adding these to my AppServiceProvider.php everything appears to be working okay in v0.0.6.
I'm getting this error I can't seem to shake after upgrading from v0.0.4 to v0.0.6 on Laravel 5.6. It happens when I attempt to load an entity using
$product = App\Product::find(1);
. This happens usingphp artisan tinker
as well as in the browser.Class name must be a valid object or a string
Stack trace isn't very helpful to me:
I've attempted to use the following commands and try again, but the error is persistent:
In the meantime, I'm downgrading to v0.0.4. Any help would be appreciated.