Button
This commit is contained in:
parent
5ee281b0fe
commit
1c31804f37
|
@ -8,7 +8,7 @@ class Button extends Component
|
|||
{
|
||||
public function render()
|
||||
{
|
||||
return view('connect.components.button', [
|
||||
return view('connect::components.button', [
|
||||
'url' => config('bconnect.login_url')
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue