test: fix failing test

This commit is contained in:
fiachra mcdermott 2021-06-14 13:26:51 -07:00
parent 57532207fc
commit 6a7ac4cfcb

View File

@ -7,6 +7,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Eloquent\Relations\HasManyThrough;
use Illuminate\Database\Eloquent\Relations\HasOne;
/**
* @property string $id
*/
final class User extends Model {
protected $table = 'users';