Fixed button component path..
This commit is contained in:
parent
89d1a2ce0a
commit
68e0b539d5
|
|
@ -37,7 +37,7 @@ class Button extends Component
|
|||
*/
|
||||
public function render()
|
||||
{
|
||||
return view('components.button');
|
||||
return view('components.button.index');
|
||||
}
|
||||
|
||||
protected function getOverride($override)
|
||||
|
|
|
|||
Loading…
Reference in New Issue