mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Fix for Sonar
This commit is contained in:
parent
fe6146a7f2
commit
5d223f29d6
@ -18,7 +18,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
namespace Pomf\Uguu\Classes;
|
namespace Pomf\Uguu\Classes;
|
||||||
require '../vendor/autoload.php';
|
require_once '../vendor/autoload.php';
|
||||||
use Aws\S3\S3Client;
|
use Aws\S3\S3Client;
|
||||||
use Aws\Exception\AwsException;
|
use Aws\Exception\AwsException;
|
||||||
|
|
||||||
@ -336,4 +336,4 @@
|
|||||||
} while ($this->Connector->dbCheckNameExists($NEW_NAME));
|
} while ($this->Connector->dbCheckNameExists($NEW_NAME));
|
||||||
return $NEW_NAME;
|
return $NEW_NAME;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user