Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created June 23, 2018 11:57
Show Gist options
  • Save deleugpn/f56921fb7817b4f57db934eac98d75bf to your computer and use it in GitHub Desktop.
Save deleugpn/f56921fb7817b4f57db934eac98d75bf to your computer and use it in GitHub Desktop.
<?php
use App\Modules\Books\ListBooks;
use Illuminate\Support\Facades\Route;
Route::get('/books', ListBooks::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment