blob: e116ebf41964e66d8db8c061a18650acb87b8316 [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Database\Query;
/**
* This interface is intentionally empty and exists to improve IDE support.
*
* @mixin \Illuminate\Database\Query\Builder
*/
interface Builder
{
}