Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Aug 26, 2020
1 parent ac1c943 commit 6924e47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tags/BladeComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Support\Str;
use Illuminate\View\ComponentAttributeBag;
use Illuminate\View\ViewFinderInterface;
use InvalidArgumentException;
use Statamic\Tags\Tags;

class BladeComponent extends Tags
Expand Down Expand Up @@ -39,7 +38,6 @@ protected function createAttributes(array $attributes): string
return (new ComponentAttributeBag($attributes))->toHtml();
}


protected function createViewFromString($factory, $contents): string
{
$factory->addNamespace(
Expand Down

0 comments on commit 6924e47

Please sign in to comment.