diff options
| author | Camil Staps | 2016-01-06 10:08:29 +0100 |
|---|---|---|
| committer | Camil Staps | 2016-01-06 10:08:29 +0100 |
| commit | 4aab8e726c43719cc7b5f0b20da224c7cb11ae37 (patch) | |
| tree | 466baa8526cc0e7b4073da626aeff7345861e531 /app/Root.php | |
| parent | About block (diff) | |
remove timestamps
Diffstat (limited to 'app/Root.php')
| -rw-r--r-- | app/Root.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Root.php b/app/Root.php index 1ad1555..a481dab 100644 --- a/app/Root.php +++ b/app/Root.php @@ -23,7 +23,7 @@ use Illuminate\Database\Eloquent\Model; class Root extends Model { protected $table = 'roots'; - + public $timestamps = false; protected $fillable = ['root', 'strong']; }
\ No newline at end of file |
