Skip to content

Commit fa803c3

Browse files
committed
Fix error with https
1 parent a05023b commit fa803c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Middleware/HttpsProtocol.php

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace App\Http\Middleware;
44

5+
use App;
56
use Closure;
67

78
class HttpsProtocol

0 commit comments

Comments
 (0)