Skip to content

Instantly share code, notes, and snippets.

@lmichailian
Created July 24, 2017 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmichailian/be1c8f3f94d225bd3ae2c8fbb375462c to your computer and use it in GitHub Desktop.
Save lmichailian/be1c8f3f94d225bd3ae2c8fbb375462c to your computer and use it in GitHub Desktop.
<?php
class PostController
{
public function index()
{
return Post::all();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment