Fake.php 78 B

12345678
  1. <?php
  2. namespace Illuminate\Support\Testing\Fakes;
  3. interface Fake
  4. {
  5. //
  6. }