diff options
Diffstat (limited to 'app/Stem.php')
-rw-r--r-- | app/Stem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Stem.php b/app/Stem.php index 691c223..4616b1e 100644 --- a/app/Stem.php +++ b/app/Stem.php @@ -23,7 +23,7 @@ use Illuminate\Database\Eloquent\Model; class Stem extends Model { protected $table = 'stems'; - + public $timestamps = false; protected $fillable = ['name']; }
\ No newline at end of file |