Moved to Vue

This commit is contained in:
2026-04-02 22:01:38 +10:00
parent 4adba94109
commit 0b14b40fd6
68 changed files with 4853 additions and 306 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
test('the application returns a successful response', function () {
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);