diff --git a/application/config/session.php b/application/config/session.php index 12ccb6ffc..6969dadbc 100644 --- a/application/config/session.php +++ b/application/config/session.php @@ -12,7 +12,7 @@ return array( | Since HTTP is stateless, sessions are used to maintain "state" across | multiple requests from the same user of your application. | - | Supported Drivers: 'cookie', 'file', 'db', 'memcached', 'apc'. + | Supported Drivers: 'cookie', 'file', 'database', 'memcached', 'apc'. | */ @@ -25,7 +25,7 @@ return array( | | The database table on which the session should be stored. | - | This option is only relevant when using the "db" session driver. + | This option is only relevant when using the "database" session driver. | */ diff --git a/laravel/database/connector/callback.php b/laravel/database/connector/callback.php index 9fc85a81a..19c08078e 100644 --- a/laravel/database/connector/callback.php +++ b/laravel/database/connector/callback.php @@ -1,6 +1,6 @@ -connection = $connection; return $this; diff --git a/storage/db/.gitignore b/storage/database/.gitignore similarity index 100% rename from storage/db/.gitignore rename to storage/database/.gitignore