Fix import.

This commit is contained in:
Taylor Otwell 2012-05-02 16:36:34 -05:00
parent 2ccfa7b8f6
commit a68c4013f8
1 changed files with 1 additions and 1 deletions

View File

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