Phosphorum\Models\PostsRepliesHistory::beforeValidationOnCreate PHP Method

beforeValidationOnCreate() public method

    public function beforeValidationOnCreate()
    {
        $this->created_at = time();
    }