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