AuthenticatesRequests.php 99 B

12345678
  1. <?php
  2. namespace Illuminate\Contracts\Auth\Middleware;
  3. interface AuthenticatesRequests
  4. {
  5. //
  6. }