D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Database
/
Eloquent
/
Filename :
Builder.php
back
Copy
<?php namespace Illuminate\Contracts\Database\Eloquent; use Illuminate\Contracts\Database\Query\Builder as BaseContract; /** * This interface is intentionally empty and exists to improve IDE support. * * @mixin \Illuminate\Database\Eloquent\Builder */ interface Builder extends BaseContract { }