Edit File: AuthenticatesRequests.php
<?php namespace Illuminate\Contracts\Auth\Middleware; interface AuthenticatesRequests { // }
Back to File Manager