PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
livewire
/
livewire
/
src
/
Exceptions
/
Editing: ComponentAttributeMissingOnDynamicComponentException.php
<?php namespace Livewire\Exceptions; class ComponentAttributeMissingOnDynamicComponentException extends \Exception { use BypassViewHandler; public function __construct() { parent::__construct('Dynamic component tag is missing component attribute.'); } }
SAVE
CANCEL