Created
July 1, 2020 15:30
-
-
Save robzlabz/e5a27f7e2e2f48cb5be56ebd712b1ef2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace {{ namespace }}; | |
use {{ rootNamespace }}Http\Controllers\Controller; | |
use Illuminate\Http\Request; | |
class {{ class }} 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