Skip to content

Commit

Permalink
remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Dec 7, 2021
1 parent 2fa862f commit 13a836e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/migrations/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public function safeDown()
}
}

private function _pluginExistsInProjectConfig(): bool
{
return Craft::$app->projectConfig->get('plugins.entry-meta', true) !== null;
}

private function _columnExists(): bool
{
return Craft::$app->db->columnExists("{{%entries}}", EntryMeta::COLUMN_NAME);
Expand Down

0 comments on commit 13a836e

Please sign in to comment.