This commit is contained in:
Andras Bacsai 2023-06-15 11:39:19 +02:00
parent cdf6e600bd
commit e91fcfb244

View File

@ -19,7 +19,6 @@ class Upgrade extends Component
if (config('app.env') === 'local') {
$this->isUpgradeAvailable = true;
}
ray($this->isUpgradeAvailable);
}
public function upgrade()
{