Browse Source

Merge pull request #812 from stefanneubig/patch-2

Fixed namespace issue when registering a session driver with the extend ...
Taylor Otwell 12 years ago
parent
commit
6e28d0bf2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/session.php

+ 1 - 1
laravel/session.php

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