@@ -10,10 +10,10 @@ |
||
| 10 | 10 | protected $original_title; |
| 11 | 11 | protected $title; |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * Get show ID |
|
| 15 | - * @return int |
|
| 16 | - */ |
|
| 13 | + /** |
|
| 14 | + * Get show ID |
|
| 15 | + * @return int |
|
| 16 | + */ |
|
| 17 | 17 | public function getId() |
| 18 | 18 | { |
| 19 | 19 | return (int) $this->id; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use vfalies\tmdb\Tmdb; |
| 6 | 6 | use vfalies\tmdb\lib\Guzzle\Client as HttpClient; |
| 7 | 7 | use vfalies\tmdb\Exceptions\TmdbException; |
| 8 | -use vfalies\tmdb\Traits\ElementTrait; |
|
| 9 | 8 | |
| 10 | 9 | abstract class Item |
| 11 | 10 | { |