Skip to content

Commit 406f0f7

Browse files
author
Nik Barham
committed
Whoops (no pun intended) - need to implement not extend interfaces!
1 parent 89d386c commit 406f0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Whoops.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Whoops\Handler\PrettyPageHandler;
1111
use Whoops\Run;
1212

13-
class Whoops extends Middleware
13+
class Whoops implements Middleware
1414
{
1515
public function process(Request $request, Delegate $delegate) : Response
1616
{

0 commit comments

Comments
 (0)