Advertisement
freddy0512

PengaturanController.php

Aug 16th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App\Http\Controllers;
  4.  
  5. use Illuminate\Http\Request;
  6.  
  7. use App\Http\Requests;
  8.  
  9. class PengaturanController extends Controller
  10. {
  11.    
  12.     public function getPengaturan()
  13.     {
  14.         return View('admin/pengaturan');
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement