Hootlex\Friendships\Models\FriendFriendshipGroups::__construct PHP Method

__construct() public method

public __construct ( array $attributes = [] )
$attributes array
    public function __construct(array $attributes = array())
    {
        $this->table = config('friendships.tables.fr_groups_pivot');
        parent::__construct($attributes);
    }
FriendFriendshipGroups