Skip to content
Snippets Groups Projects
Favourite.php 536 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    /**
     * @copyright  2021 Podlibre
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    namespace ActivityPub\Entities;
    
    use Michalsn\Uuid\UuidEntity;
    
    
    /**
     * @property int $actor_id
     * @property string $note_id
     */
    
        protected $casts = [
            'actor_id' => 'integer',