We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e7b49 commit 2e75599Copy full SHA for 2e75599
1 file changed
src/Controllers/InstallController.php
@@ -122,9 +122,8 @@ public function upgrade_menu()
122
*/
123
public function isInstalled()
124
{
125
- return (class_exists('Kordy\Ticketit\TicketitServiceProvider')
126
- || count($this->migrations_tables) == count($this->inactiveMigrations())
127
- || in_array('2017_12_25_222719_update_panichd_priorities_add_position', $this->inactiveMigrations()) ) ? false : true;
+ return (count($this->migrations_tables) == count($this->inactiveMigrations())
+ || in_array('2017_12_25_222719_update_panichd_priorities_add_magnitude', $this->inactiveMigrations()) ) ? false : true;
128
}
129
130
/**
0 commit comments