Files
lichterei-web/site/collections/notes.php
2020-12-15 12:21:39 +01:00

9 lines
130 B
PHP
Executable File

<?php
return function () {
return page('notes')
->children()
->listed()
->sortBy('date', 'desc');
};