aboutsummaryrefslogtreecommitdiff
path: root/app/Stem.php
diff options
context:
space:
mode:
authorCamil Staps2016-01-06 10:08:29 +0100
committerCamil Staps2016-01-06 10:08:29 +0100
commit4aab8e726c43719cc7b5f0b20da224c7cb11ae37 (patch)
tree466baa8526cc0e7b4073da626aeff7345861e531 /app/Stem.php
parentAbout block (diff)
remove timestamps
Diffstat (limited to 'app/Stem.php')
-rw-r--r--app/Stem.php2
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