Redesign prototype merge #18
1 changed files with 8 additions and 0 deletions
8
example.php
Normal file
8
example.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
require_once('autoload.php');
|
||||
|
||||
use Friendica\Directory\Example\Hello;
|
||||
|
||||
$instance = new Hello();
|
||||
echo $instance->sayHello();
|
Loading…
Reference in a new issue