📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 02:41:18
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Database
/
Eloquent
✏️
Editing: Builder.php
<?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 { }
💾 Save Changes
❌ Cancel