Forgot some routes & filters.

This commit is contained in:
James Cole
2014-12-14 20:41:43 +01:00
parent 900dea2c66
commit 76cd3d35e2
4 changed files with 3 additions and 38 deletions

View File

@@ -1,20 +1,3 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Cache Driver
|--------------------------------------------------------------------------
|
| This option controls the default cache "driver" that will be used when
| using the Caching library. Of course, you may use other drivers any
| time you wish. This is the default when another is not specified.
|
| Supported: "file", "database", "apc", "memcached", "redis", "array"
|
*/
'driver' => 'array',
];
return ['driver' => 'array',];

View File

@@ -1,21 +1,3 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Session Driver
|--------------------------------------------------------------------------
|
| This option controls the default session "driver" that will be used on
| requests. By default, we will use the lightweight native driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "native", "cookie", "database", "apc",
| "memcached", "redis", "array"
|
*/
'driver' => 'array',
];
return ['driver' => 'array',];