Skip to content

Instantly share code, notes, and snippets.

@robzlabz
Created July 1, 2020 15:32
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 robzlabz/b23ac7fadb69d6f25902eaf1f70d8f4a to your computer and use it in GitHub Desktop.
Save robzlabz/b23ac7fadb69d6f25902eaf1f70d8f4a to your computer and use it in GitHub Desktop.
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class UserController extends Controller
{
public function getRequest() {
// kode kamu disini
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment