Skip to content

Commit 7c8b25e

Browse files
author
Andrey Helldar
committed
Fixed Call to undefined method PrettyRoutesController::getMiddleware()
garygreen#54
1 parent bb7161b commit 7c8b25e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/PrettyRoutesController.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php namespace PrettyRoutes;
22

3-
use Illuminate\Support\Facades\Route;
43
use Closure;
4+
use Illuminate\Routing\Controller as BaseController;
5+
use Illuminate\Support\Facades\Route;
56

6-
class PrettyRoutesController {
7-
7+
class PrettyRoutesController extends BaseController
8+
{
89
/**
910
* Show pretty routes.
1011
*

0 commit comments

Comments
 (0)