Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created October 28, 2017 19:32
Show Gist options
  • Select an option

  • Save deleugpn/874bbc38aa0de767082730a3b3de3d3f to your computer and use it in GitHub Desktop.

Select an option

Save deleugpn/874bbc38aa0de767082730a3b3de3d3f to your computer and use it in GitHub Desktop.
<?php
Route::get('/posts', function () {
return \App\Models\Tenant\Post::all();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment