Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created October 28, 2017 19:55
Show Gist options
  • Save deleugpn/f7eee4270e76922848a4503092582792 to your computer and use it in GitHub Desktop.
Save deleugpn/f7eee4270e76922848a4503092582792 to your computer and use it in GitHub Desktop.
<?php
Route::get('/posts', function () {
return \App\Models\Tenant\Post::all();
})->middleware(\App\Http\Middleware\Tenant::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment