feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2

- update Component class structure and remove component helper function and ComponentLoader
- update residual activitypub naming to fediverse
This commit is contained in:
Yassine Doghri 2021-08-27 10:58:22 +00:00
commit a95de8bab0
106 changed files with 1482 additions and 2139 deletions

View file

@ -11,9 +11,9 @@ declare(strict_types=1);
namespace App\Libraries;
use App\Entities\Post;
use Modules\Fediverse\Objects\NoteObject as ActivityPubNoteObject;
use Modules\Fediverse\Objects\NoteObject as FediverseNoteObject;
class NoteObject extends ActivityPubNoteObject
class NoteObject extends FediverseNoteObject
{
/**
* @param Post $post