File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Run this command from inside your controller via::
31
31
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
32
32
use Symfony\Component\Console\Input\ArrayInput;
33
33
use Symfony\Component\Console\Output\BufferedOutput;
34
+ use Symfony\Component\HttpFoundation\Response;
34
35
35
36
class SpoolController extends Controller
36
37
{
@@ -66,7 +67,7 @@ First, require the package:
66
67
67
68
.. code-block :: bash
68
69
69
- composer require sensiolabs/ansi-to-html
70
+ $ composer require sensiolabs/ansi-to-html
70
71
71
72
Now, use it in your controller::
72
73
@@ -76,6 +77,7 @@ Now, use it in your controller::
76
77
use SensioLabs\AnsiConverter\AnsiToHtmlConverter;
77
78
use Symfony\Component\Console\Output\BufferedOutput;
78
79
use Symfony\Component\Console\Output\OutputInterface;
80
+ use Symfony\Component\HttpFoundation\Response;
79
81
// ...
80
82
81
83
class SpoolController extends Controller
You can’t perform that action at this time.
0 commit comments