streams/Code/Widget/Vcard.php
2022-02-15 20:08:28 -08:00

13 lines
160 B
PHP

<?php
namespace Code\Widget;
use App;
class Vcard
{
public function widget($arr)
{
return vcard_from_xchan('', App::get_observer());
}
}