Hootlex\Moderation\ModerationQueryBuilder::postponed PHP Method

postponed() public static method

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