Commit ab535170 authored by Taylor Otwell's avatar Taylor Otwell

No need to extend controller.

parent 8a2f8bb2
<?php namespace App\Http\Controllers;
use Illuminate\Routing\Controller;
class HomeController extends Controller {
class HomeController {
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment