Fix CurlResult copy&pate error
This commit is contained in:
parent
7d714319c8
commit
217d099181
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue