This commit is contained in:
Malibu
2015-02-19 00:02:59 +01:00
parent 49128f261a
commit a63c91084b
3 changed files with 59 additions and 39 deletions

View File

@ -6,5 +6,7 @@ class Oeuvre extends Model {
protected $table = 'oeuvre';
protected $guarded = ['idoeuvre', 'id'];
public $timestamps = false;
}