Merge pull request #812 from stefanneubig/patch-2
Fixed namespace issue when registering a session driver with the extend ...
This commit is contained in:
commit
6e28d0bf2c
|
@ -1,4 +1,4 @@
|
||||||
<?php namespace Laravel;
|
<?php namespace Laravel; use Closure;
|
||||||
|
|
||||||
class Session {
|
class Session {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue