Fixed namespace issue when registering a session driver with the extend ...
@@ -1,4 +1,4 @@
-<?php namespace Laravel;
+<?php namespace Laravel; use Closure;
class Session {