5 lines
62 B
PHP
5 lines
62 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return function ($site) {
|
||
|
|
return $site->index();
|
||
|
|
};
|