Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
SessionStoreSetting
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3declare(strict_types=1);
4
5namespace PeServer\App\Models\Configuration;
6
7use PeServer\App\Models\Configuration\StorageStoreSettingBase;
8
9/**
10 * セッション設定。
11 *
12 * @immutable
13 */
14class SessionStoreSetting extends StorageStoreSettingBase
15{
16    #region variable
17    #endregion
18}