Replace Illuminate Dumper with Symfony Dumper (#4998)

See https://github.com/laravel/framework/pull/25087
This commit is contained in:
datune 2020-03-24 18:51:27 +01:00 committed by GitHub
parent 0b10c0e837
commit f98c71aa14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use Cms\Classes\Controller;
use Cms\Classes\ComponentBase;
use Illuminate\Pagination\Paginator;
use Illuminate\Support\Collection;
use Illuminate\Support\Debug\HtmlDumper;
use Symfony\Component\VarDumper\Dumper\HtmlDumper;
use Symfony\Component\VarDumper\Cloner\VarCloner;
use October\Rain\Database\Model;