public function execute() { if (blogPhotosBridge::isEnabled()) { $this->uploadToPhotosApp(); } else { $this->uploadToFilder(); } }