Drop updated_at from system_log
This commit is contained in:
@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SystemLog extends Model
|
||||
{
|
||||
const UPDATED_AT = null;
|
||||
|
||||
/* RELATIONS */
|
||||
|
||||
public function mailer()
|
||||
|
Reference in New Issue
Block a user