@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Jhoff\BladeVue\Testing\Integration; |
4 | 4 | |
5 | -use Jhoff\BladeVue\VueDirective; |
|
6 | 5 | use Jhoff\BladeVue\Testing\TestCase; |
7 | 6 | |
8 | 7 | class BladeTest extends TestCase |
@@ -22,6 +22,6 @@ |
||
22 | 22 | */ |
23 | 23 | public static function start(string $expression) : string |
24 | 24 | { |
25 | - return "<?php echo \Jhoff\BladeVue\Component::start($expression); ?>"; |
|
25 | + return "<?php echo \Jhoff\BladeVue\Component::start($expression); ?>"; |
|
26 | 26 | } |
27 | 27 | } |