| 1 | <?php |
||
| 11 | class EloquentVisitor extends GenericSqlVisitor |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Allow eloquent builder as query. |
||
| 15 | * |
||
| 16 | * @var bool |
||
| 17 | */ |
||
| 18 | protected $allowEloquentBuilderAsQuery = false; |
||
| 19 | |||
| 20 | public function __construct( |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritDoc |
||
| 33 | */ |
||
| 34 | public function getCompilationData() |
||
| 40 | } |
||
| 41 |