logs_table_creator = $logs_table_creator; } /** * @since 0.9.20 */ public function migrate() { if(\Affilicious::VERSION >= '0.9.20' && get_option(self::OPTION) != 'yes') { $this->logs_table_creator->create(); update_option(self::OPTION, 'yes'); } } }