deleted frontend code

This commit is contained in:
Čarodej
2022-04-27 08:17:06 +02:00
parent f45c1eb576
commit eb4d5b4cba
142 changed files with 338 additions and 15390 deletions

View File

@@ -57,16 +57,4 @@ class AppUpgradeTest extends TestCase
]);
});
}
/**
* @test
*/
public function it_upgrade_app()
{
resolve(UpdateSystemAction::class)();
$this->assertDatabaseHas('app_updates', [
'version' => '2_0_10',
]);
}
}