master

laravel/framework

Last updated at: 29/12/2023 09:21

Builder.php

TLDR

This file contains an empty interface named Builder that is used to improve IDE support.

<?php

namespace Illuminate\Contracts\Database\Query;

/**
 * This interface is intentionally empty and exists to improve IDE support.
 *
 * @mixin \Illuminate\Database\Query\Builder
 */
interface Builder
{
}