add admin controller and many updates
This commit is contained in:
9
lib/User/Query/SocialNetworkAccountQuery.php
Normal file
9
lib/User/Query/SocialNetworkAccountQuery.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Da\User\Query;
|
||||
|
||||
use yii\db\ActiveQuery;
|
||||
|
||||
class SocialNetworkAccountQuery extends ActiveQuery
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user