mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 05:36:21 +00:00
Merge pull request #633 from beebus/patch-1
Change deprecated pushHandler to prependHandler
This commit is contained in:
@@ -62,7 +62,7 @@ If you are not using any of these frameworks, here's a very simple way to instal
|
||||
|
||||
```php
|
||||
$whoops = new \Whoops\Run;
|
||||
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
|
||||
$whoops->prependHandler(new \Whoops\Handler\PrettyPageHandler);
|
||||
$whoops->register();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user