Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. use Illuminate\Support\Facades\Route;
  4.  
  5. Route::group([], base_path('app/Modules/Books/routes.php'));
  6. Route::group([], base_path('app/Modules/Authors/routes.php'));
Add Comment
Please, Sign In to add comment