mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
feat added custom pages
This commit is contained in:
@@ -43,6 +43,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\EventType whereUseWeeklyMsg($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\EventType whereWeeklyMsgPublicationTime($value)
|
||||
* @mixin \Eloquent
|
||||
* @property int $hidden
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\EventType whereHidden($value)
|
||||
*/
|
||||
class EventType extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user