for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* Class ChocolateyModel.
*/
abstract class ChocolateyModel extends Model
{
* Remove Useless Updated At.
*
* @return null
public function getUpdatedAtColumn()
}
* @param mixed $value
* @return $this
public function setUpdatedAt($value)
return $this;