add admin controller and many updates
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
<?php
|
||||
namespace Da\User\Model;
|
||||
|
||||
/**
|
||||
*
|
||||
* SocialNetworkAccount.php
|
||||
*
|
||||
* Date: 4/12/16
|
||||
* Time: 14:56
|
||||
* @author Antonio Ramirez <hola@2amigos.us>
|
||||
*/
|
||||
class SocialNetworkAccount
|
||||
{
|
||||
use Da\User\Query\SocialNetworkAccountQuery;
|
||||
use yii\db\ActiveRecord;
|
||||
|
||||
class SocialNetworkAccount extends ActiveRecord
|
||||
{
|
||||
/**
|
||||
* @return SocialNetworkAccountQuery
|
||||
*/
|
||||
public static function find()
|
||||
{
|
||||
return new SocialNetworkAccountQuery(static::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user