This commit is contained in:
Maxime Renou 2020-05-11 16:53:44 +02:00
parent 5ee281b0fe
commit 1c31804f37
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Button extends Component
{ {
public function render() public function render()
{ {
return view('connect.components.button', [ return view('connect::components.button', [
'url' => config('bconnect.login_url') 'url' => config('bconnect.login_url')
]); ]);
} }