Merge pull request 'echo 123' (#1) from test into main
All checks were successful
Deploy krgm (auto) / deploy (push) Successful in 10s

Reviewed-on: #1
This commit is contained in:
gitadmin 2025-08-15 01:53:41 +09:00
commit b3095dff43

View File

@ -1,5 +1,7 @@
<?php <?php
echo "123";
use Illuminate\Foundation\Application; use Illuminate\Foundation\Application;
use Illuminate\Http\Request; use Illuminate\Http\Request;