Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created September 22, 2018 12:30
Show Gist options
  • Save deleugpn/640e99dd460b5fc3d2fe18ac513b1132 to your computer and use it in GitHub Desktop.
Save deleugpn/640e99dd460b5fc3d2fe18ac513b1132 to your computer and use it in GitHub Desktop.
<?php
use App\Modules\Authors\ListAuthors;
use Illuminate\Support\Facades\Route;
Route::get('/authors', ListAuthors::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment