1
0
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:
Josh Tomar 2023-05-09 15:44:10 -07:00
parent fe6146a7f2
commit 5d223f29d6

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
namespace Pomf\Uguu\Classes;
require '../vendor/autoload.php';
require_once '../vendor/autoload.php';
use Aws\S3\S3Client;
use Aws\Exception\AwsException;
@ -336,4 +336,4 @@
} while ($this->Connector->dbCheckNameExists($NEW_NAME));
return $NEW_NAME;
}
}
}