Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
feat: Added namespace and classes to use
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent f88585a commit c19fb23
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Joserick/Plex/Server/Library/Item/Artist.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

namespace Joserick\Plex\Server\Library\Item;

use Joserick\Plex\Server\Library\Plex_Server_Library_ItemGrandparentAbstract;

/**
* Plex Library Artist
*
Expand Down
4 changes: 4 additions & 0 deletions src/Joserick/Plex/Server/Library/Item/Episode.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

namespace Joserick\Plex\Server\Library\Item;

use Joserick\Plex\Server\Library\Plex_Server_Library_ItemChildAbstract;

/**
* Plex Library Episode
*
Expand Down
4 changes: 4 additions & 0 deletions src/Joserick/Plex/Server/Library/Item/Movie.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

namespace Joserick\Plex\Server\Library\Item;

use Joserick\Plex\Server\Library\Plex_Server_Library_ItemChildAbstract;

/**
* Plex Library Movie
*
Expand Down
4 changes: 4 additions & 0 deletions src/Joserick/Plex/Server/Library/Item/Track.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

namespace Joserick\Plex\Server\Library\Item;

use Joserick\Plex\Server\Library\Plex_Server_Library_ItemChildAbstract;

/**
* Plex Library Track
*
Expand Down

0 comments on commit c19fb23

Please sign in to comment.