Skip to content
Snippets Groups Projects
PodcastActor.php 603 B
Newer Older
  • Learn to ignore specific revisions
  • /**
     * @copyright  2021 Podlibre
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    namespace App\Libraries;
    
    
    use ActivityPub\Objects\ActorObject;
    
    class PodcastActor extends ActorObject
    
            $podcast = (new PodcastModel())->where('actor_id', $actor->id)
                ->first();