Косметические изменения
This commit is contained in:
@@ -47,7 +47,7 @@ use Exception;
|
||||
*
|
||||
* @see yii\web\DbSession Наследует, копирует (Inherit, copy)
|
||||
*
|
||||
* @package yii2\ArangoDB
|
||||
* @package mirzaev\yii2\sessions\arangodb
|
||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||
*
|
||||
* @since 2.0
|
||||
|
@@ -3,6 +3,12 @@
|
||||
// Модуль ArangoDB для фреймворка Yii
|
||||
use mirzaev\yii2\arangodb\Migration;
|
||||
|
||||
/**
|
||||
* Создание коллекции для хранения сессий
|
||||
*
|
||||
* @package mirzaev\yii2\sessions\arangodb
|
||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||
*/
|
||||
class create_sessions_collection extends Migration
|
||||
{
|
||||
public function up()
|
||||
|
@@ -15,6 +15,7 @@ use yii,
|
||||
*
|
||||
* @property-read bool $useCustomStorage Разрешение использовать своё хранилища (Whether to use custom storage)
|
||||
*
|
||||
* @package mirzaev\yii2\sessions\arangodb
|
||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||
* @author Paul Klimov <klimov.paul@gmail.com>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user