AuthenticatesSessions.php 102 B

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