This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix import.
Taylor Otwell
12 years ago
parent
2ccfa7b8f6
commit
a68c4013f8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
laravel/auth.php
+ 1
- 1
laravel/auth.php
View File
@@ -1,4 +1,4 @@
-<?php namespace Laravel;
+<?php namespace Laravel;
use Closure;
class Auth {