Advertisement
freddy0512

hello

May 4th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php namespace App\Http\Controllers;
  2.  
  3. class SiteController extends Controller {
  4.     public function haloJuga()
  5.     {
  6.         //return 'halo juga, bro freddy';
  7.         return View::make('halo_juga');
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement