amnah / yii2-classes

Various Yii 2 classes
MIT License
12 stars 3 forks source link

Update SoftDelete.php #1

Closed vlrondon closed 9 years ago

vlrondon commented 9 years ago

AutoTimestamp don't exist anymore. I remove "use yii\behaviors\AutoTimestamp;" from line 5 and change "$timestamp = $this->evaluateTimestamp();" from line 75 to "$timestamp = time();"