App\Http\Controllers\AdminWebController::lock PHP Method

lock() public method

Show locked screen.
public lock ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function lock()
    {
        $this->theme->layout('blank');
        return $this->theme->of($this->getView('lock'))->render();
    }