app\main\controllers\WelcomeController::showSignature PHP Method

showSignature() public method

GET | This shows the slayer's introduction.
public showSignature ( ) : mixed
return mixed
    public function showSignature()
    {
        return view('welcome');
    }