Fixed namespace issue when registering a session driver with the extend closure

This commit is contained in:
Stefan Neubig 2012-06-14 01:33:56 +03:00
parent 5a1c1bf82c
commit ac2e7c6a2d
1 changed files with 1 additions and 1 deletions

View File

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