Merge pull request #812 from stefanneubig/patch-2

Fixed namespace issue when registering a session driver with the extend ...
This commit is contained in:
Taylor Otwell
2012-06-20 09:52:09 -07:00

View File

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