Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
modules
/
Core
/
Models
✏️
Editing: NotificationPush.php
<?php /** * Created by PhpStorm. * User: h2 gaming * Date: 8/9/2019 * Time: 11:56 PM */ namespace Modules\Core\Models; use App\BaseModel; class NotificationPush extends BaseModel { protected $table = 'notifications'; protected $fillable = [ 'type', 'notifiable_type', 'notifiable_id', 'data', 'read_at' ]; }
💾 Save Changes
❌ Cancel