App\Http\Controllers\AdminApiController::lock PHP Méthode

lock() public méthode

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