App\Ninja\Repositories\VendorRepository::all PHP Method

all() public method

public all ( )
    public function all()
    {
        return Vendor::scope()->with('user', 'vendor_contacts', 'country')->withTrashed()->where('is_deleted', '=', false)->get();
    }