mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Travis class name issue.
This commit is contained in:
parent
d89a180fc8
commit
e5683c6acc
@ -8,7 +8,7 @@ use Yii;
|
||||
* @author Sebastian Stumpf
|
||||
*
|
||||
*/
|
||||
class iso3166Codes
|
||||
class Iso3166Codes
|
||||
{
|
||||
|
||||
public static $countries = array(
|
@ -9,7 +9,7 @@ namespace humhub\modules\user\models\fieldtype;
|
||||
|
||||
use humhub\modules\user\models\User;
|
||||
use Yii;
|
||||
use humhub\libs\iso3166Codes;
|
||||
use humhub\libs\Iso3166Codes;
|
||||
|
||||
/**
|
||||
* ProfileFieldTypeSelect handles numeric profile fields.
|
||||
|
Loading…
x
Reference in New Issue
Block a user