Initial import
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\models;
|
||||
|
||||
/**
|
||||
* Class LibraryLog
|
||||
* @package app\models
|
||||
* @property $id
|
||||
* @property string $log
|
||||
*/
|
||||
class LibraryLog extends _Base
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user