You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
278 B

<?php
/**
* Creator: jpinkney
* Date: 9/15/15
* Time: 2:15 PM
*/
namespace JPinkney\TVMaze;
/*
*
* Currently unused because there is no actor specific methods with TVMaze
*
*/
/**
* Class Actor
*
* @package JPinkney\TVMaze
*/
class Actor extends TVProduction {
}