Add laporan keseluruhan ringkasan harian

This commit is contained in:
Afiq Hamzah
2023-12-28 16:52:04 +08:00
parent f8c76a8466
commit 18bec1c507
8 changed files with 1671 additions and 5 deletions
+4
View File
@@ -14,6 +14,10 @@ class ExampleTest extends TestCase
{
$this->get('/');
dump('test');
return;
$this->assertEquals(
$this->app->version(), $this->response->getContent()
);