mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
11 lines
143 B
PHP
11 lines
143 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Marking extends Model
|
|
{
|
|
protected $fillable = ['email','marking'];
|
|
}
|