UsrLastly icon indicating copy to clipboard operation
UsrLastly copied to clipboard

When did you see your users last? Laravel 5 package

Results 2 UsrLastly issues
Sort by recently updated
recently updated
newest added

I get this error: BadMethodCallException Call to undefined method Illuminate\Database\Query\Builder::lastSeen() https://cl.ly/2g3Z2c0z3D0b laravel 5.4

```[2015-12-27 03:00:43] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'syntax error, unexpected ';'' in \vendor\happydemon\usrlastly\src\Repositories\Eloquent.php:26 Stack trace: #0 {main}``` If I comment out the middleware in Kernel.php it works fine. Any clue...