Update UI and migration,seeder for notification.

This commit is contained in:
weiweitoo
2018-07-24 17:02:45 +08:00
parent 81bf3ac585
commit 563c0d42d7
6 changed files with 114 additions and 27 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
class Notification extends Model
{
protected $fillable = ['detail','user_id'];
protected $fillable = ['detail','user_id','is_read'];
}