move models & view referent
This commit is contained in:
10
SRC/app/Models/Oeuvre.php
Normal file
10
SRC/app/Models/Oeuvre.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Oeuvre extends Model {
|
||||
|
||||
protected $table = 'oeuvre';
|
||||
|
||||
public $timestamps = false;
|
||||
}
|
Reference in New Issue
Block a user