PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Database
/
Eloquent
<?php namespace RectorPrefix202411\Illuminate\Contracts\Database\Eloquent; use RectorPrefix202411\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]