Source of file Artwork.php
Size: 0,135 Bytes - Last Modified: 2020-12-03T03:00:32+00:00
/home/vagrant/Code/projects/podcast-feed-parser/src/Artwork.php
| 1234567891011 | <?phpnamespace Lukaswhite\PodcastFeedParser; use Lukaswhite\PodcastFeedParser\Traits\HasUri; class Artwork {use HasUri; } |