Hootlex\Moderation\ModerationQueryBuilder::withPostponed PHP Method

withPostponed() public static method

Get a new query builder that includes postponed resources.
public static withPostponed ( ) : Builder | static
return Illuminate\Database\Eloquent\Builder | static
    public static function withPostponed()
    {
        return (new static())->newQueryWithoutScope(new ModerationScope())->withPostponed();
    }