Model

This is useful when you only need to check the attributes and relationships of a Model instance.

ds()->model(User::query()->first());

Last updated