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