Files
api_arrahn/app/Jemas.php
T
2020-11-01 08:45:53 +08:00

26 lines
397 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Jemas extends Model
{
protected $table = 'jemas';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}