feat(legacy): move session store to database (#2523)
This commit is contained in:
parent
be282fac80
commit
001466f8fd
14 changed files with 2259 additions and 5 deletions
12
legacy/application/models/airtime/Sessions.php
Normal file
12
legacy/application/models/airtime/Sessions.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Skeleton subclass for representing a row from the 'sessions' table.
|
||||
*
|
||||
* You should add additional methods to this class to meet the
|
||||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*/
|
||||
class Sessions extends BaseSessions
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue