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
commit 6e28d0bf2c
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 { class Session {