We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b546c commit 64f379eCopy full SHA for 64f379e
src/NotFound/Layout/Elements/LayoutForm.php
@@ -2,7 +2,6 @@
2
3
namespace NotFound\Layout\Elements;
4
5
-use App\Services\Assets\Components\AbstractComponent;
6
use NotFound\Layout\Enums\LayoutRequestMethod;
7
use NotFound\Layout\Inputs\AbstractInput;
8
@@ -47,7 +46,7 @@ public function addTitle(LayoutTitle $title)
47
46
}
48
49
// TODO: think of better solution some time
50
- public function addComponent(AbstractComponent $component): void
+ public function addComponent($component): void
51
{
52
$this->items->add($component->buildAutoLayoutClass());
53
0 commit comments