PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Database
/
Eloquent
<?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 { }
[+]
..
[-] CastsInboundAttributes.php
[edit]
[-] CastsAttributes.php
[edit]
[-] SerializesCastableAttributes.php
[edit]
[-] Builder.php
[edit]
[-] DeviatesCastableAttributes.php
[edit]
[-] Castable.php
[edit]
[-] SupportsPartialRelations.php
[edit]