| Current Path : /home/copmadinaarea/creditunion.copeastlegondistrict.org/app/Models/ |
| Current File : /home/copmadinaarea/creditunion.copeastlegondistrict.org/app/Models/NavigationItemTranslation.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class NavigationItemTranslation extends Model {
protected $fillable = ['name'];
/**
* The table associated with the model.
*
* @var string
*/
protected $table = 'navigation_item_translations';
}