Browse Source

Fix import.

Taylor Otwell 12 years ago
parent
commit
a68c4013f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/auth.php

+ 1 - 1
laravel/auth.php

@@ -1,4 +1,4 @@
-<?php namespace Laravel;
+<?php namespace Laravel; use Closure;
 
 class Auth {