mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
fix: dang, type hinting is only for PHP7... bleee :P
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ class User {
|
||||
* @return boolean Returns true if the value exists in database,
|
||||
* false otherwise.
|
||||
*/
|
||||
public static function exists(IDbConnection $db, string $value) {
|
||||
public static function exists(IDbConnection $db, $value) {
|
||||
$sql = '(
|
||||
SELECT
|
||||
Count(*) AS in_users
|
||||
|
||||
Reference in New Issue
Block a user