edit multi-language models

This commit is contained in:
Arno Kaimbacher 2018-11-13 17:21:58 +01:00
parent 0e88d76bdc
commit ad42e73126
10 changed files with 351 additions and 119 deletions

View file

@ -8,6 +8,6 @@ use Illuminate\Database\Eloquent\Model;
class PageTranslation extends Model
{
public $timestamps = false;
//protected $fillable = ['description'];
protected $fillable = ['title', 'description'];
protected $guarded = ['id'];
}