userstamps icon indicating copy to clipboard operation
userstamps copied to clipboard

A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in models..

Results 1 userstamps issues
Sort by recently updated
recently updated
newest added

returns the error message: **Call to a member function getModel() on null**, when using api guard. At line `return auth()->guard()->getProvider()->getModel();` ``` protected function getUserClass() { if (get_class(auth()) === 'Illuminate\Auth\Guard') {...