File "Builder.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Contracts/Database/Query/Builder.php
File size: 209 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Contracts\Database\Query;
/**
* This interface is intentionally empty and exists to improve IDE support.
*
* @mixin \Illuminate\Database\Query\Builder
*/
interface Builder
{
}