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:
@@ -54,6 +54,10 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Event whereUserId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Event whereWeeklyMsgFile($value)
|
||||
* @mixin \Eloquent
|
||||
* @property string $weekly_msg_publication_time
|
||||
* @property int $hidden
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Event whereHidden($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Event whereWeeklyMsgPublicationTime($value)
|
||||
*/
|
||||
class Event extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user