mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
test: fix failing test
This commit is contained in:
parent
57532207fc
commit
6a7ac4cfcb
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user