Update (all): fix php formatting using laravel pint, fix blade using shufo
This commit is contained in:
@@ -43,4 +43,4 @@ function get_current_ip()
|
||||
|
||||
return $ip_add_set[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
|
||||
require 'string_helper.php';
|
||||
require 'geo_helper.php';
|
||||
require 'geo_helper.php';
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* A better function to check if a value is empty or null. Strings, arrays, and Objects are supported.
|
||||
*
|
||||
* @param mixed $value
|
||||
* @return bool
|
||||
*/
|
||||
function is_empty($value): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user