add api negeri poskod daerah

This commit is contained in:
Zakwan Hamdan
2020-11-02 16:56:57 +08:00
parent 07a3185834
commit 6aa1d91f5b
7 changed files with 142 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Negeri extends Model
{
protected $table = 'negeri';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}