App\Http\Controllers\ClientWebController::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
        $this->middleware('web');
        $this->middleware('auth:client.web');
        $this->setupTheme(config('theme.themes.client.theme'), config('theme.themes.client.layout'));
        parent::__construct();
    }
ClientWebController