Fixed namespace issue when registering a session driver with the extend closure
This commit is contained in:
parent
5a1c1bf82c
commit
ac2e7c6a2d
|
@ -1,4 +1,4 @@
|
||||||
<?php namespace Laravel;
|
<?php namespace Laravel; use Closure;
|
||||||
|
|
||||||
class Session {
|
class Session {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue