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