mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-29 07:15:28 +03:00
6 lines
79 B
PHP
6 lines
79 B
PHP
|
<?php
|
||
|
|
||
|
$app->get("/", function () use ($app) {
|
||
|
return $app->welcome();
|
||
|
});
|