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 12, 2019
1 parent 9cbfa39 commit fcfc13b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Joserick/Plex/Client/Controller/Application.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

namespace Joserick\Plex\Client\Controller;

use Joserick\Plex\Client\Plex_Client_ControllerAbstract;
use Joserick\Plex\Server\Library\Plex_Server_Library_ItemAbstract;
use Joserick\Plex\Server\Plex_Server_Library;

/**
* Plex Client Application Controller
*
Expand Down

0 comments on commit fcfc13b

Please sign in to comment.