6 lines
100 B
PHP
6 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
Route::get('/customer/profile', function () {
|
||
|
|
return "hello from customers package";
|
||
|
|
});
|