5 lines
78 B
PHP
5 lines
78 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return function() {
|
||
|
|
return page('programme')->children()->first();
|
||
|
|
};
|