Builder.php 209 B

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