迁移至 laravel 9

This commit is contained in:
Wisp X
2022-01-12 13:26:39 +08:00
parent fba806d24a
commit 6464851d2e
57 changed files with 2537 additions and 3299 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class ExampleTest extends TestCase
*
* @return void
*/
public function test_example()
public function test_that_true_is_true()
{
$this->assertTrue(true);
}