translateable cms pages
This commit is contained in:
parent
ee8584a2d5
commit
0457e65565
8 changed files with 244 additions and 10 deletions
13
app/Models/PageTranslation.php
Normal file
13
app/Models/PageTranslation.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
// models/CountryTranslation.php
|
||||
class PageTranslation extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
//protected $fillable = ['description'];
|
||||
protected $guarded = ['id'];
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue