| Current Path : /var/www/html/encuestas.sumar.com.py/lib/lti1p3/src/Helpers/ |
| Current File : /var/www/html/encuestas.sumar.com.py/lib/lti1p3/src/Helpers/Helpers.php |
<?php
namespace Packback\Lti1p3\Helpers;
class Helpers
{
public static function checkIfNullValue($value): bool
{
return !is_null($value);
}
}