Skip to content

Commit

Permalink
Update DumpRecorder.php (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipac committed Jul 13, 2020
1 parent 76fb4a7 commit da20e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DumpRecorder/DumpRecorder.php
Expand Up @@ -2,7 +2,7 @@

namespace Facade\Ignition\DumpRecorder;

use Illuminate\Foundation\Application;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Support\Arr;
use Symfony\Component\VarDumper\Cloner\Data;
use Symfony\Component\VarDumper\Cloner\VarCloner;
Expand All @@ -14,7 +14,7 @@ class DumpRecorder
{
protected $dumps = [];

/** @var \Illuminate\Foundation\Application */
/** @var \Illuminate\Contracts\Foundation\Application */
protected $app;

public function __construct(Application $app)
Expand Down

0 comments on commit da20e71

Please sign in to comment.