Skip to content
Snippets Groups Projects
NoteObject.php 659 B
Newer Older
  • Learn to ignore specific revisions
  •  * @copyright  2021 Ad Aures
    
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    namespace App\Libraries;
    
    
    use Modules\Fediverse\Objects\NoteObject as FediverseNoteObject;
    
                    '<a href="' . $post->episode->link . '">' . $post->episode->title . '</a><br/>' . $post->message_html;