|
1
|
<?php |
|
2
|
|
|
3
|
namespace IAWPSCOPED\Illuminate\Contracts\Database\Query; |
|
4
|
|
|
5
|
/** |
|
6
|
* This interface is intentionally empty and exists to improve IDE support.
|
|
7
|
*
|
|
8
|
* @mixin \Illuminate\Database\Query\Builder
|
|
9
|
* @internal |
|
10
|
*/ |
|
11
|
interface Builder |
|
12
|
{ |
|
13
|
} |
|
14
|
|