Fix CurlResult copy&pate error

This commit is contained in:
nupplaPhil
2020-02-09 22:48:04 +01:00
parent 7d714319c8
commit 217d099181

View File

@@ -1,3 +1,4 @@
<?php
/** /**
* @copyright Copyright (C) 2020, Friendica * @copyright Copyright (C) 2020, Friendica
* *
@@ -16,7 +17,9 @@
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ Friendica\Network; */
namespace Friendica\Network;
use Friendica\Core\Logger; use Friendica\Core\Logger;
use Friendica\Network\HTTPException\InternalServerErrorException; use Friendica\Network\HTTPException\InternalServerErrorException;