Guest User

Untitled

a guest
Jun 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. use App\Modules\Books\ListBooks;
  4. use Illuminate\Support\Facades\Route;
  5.  
  6. Route::get('/books', ListBooks::class);
Add Comment
Please, Sign In to add comment