Files
opensem/routes/Admin/Core/route.php
Ludovic CANDELLIER 9ca510086b comments
2021-08-21 19:48:21 +02:00

6 lines
126 B
PHP

<?php
Route::prefix('Core')->namespace('Core')->name('Core.')->group(function () {
include( __DIR__ . '/Comments.php');
});