We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eafd1 commit 7f72dc2Copy full SHA for 7f72dc2
src/autoload.php
@@ -8,7 +8,7 @@
8
* @author Max Schmitt <max@schmitt.mx>
9
*/
10
11
-include_once("RestClient.class.php");
12
-include_once("Instance.class.php");
13
-include_once("Playlist.class.php");
14
-include_once("API.class.php");
+include_once("RestClient.php");
+include_once("Instance.php");
+include_once("Playlist.php");
+include_once("API.php");
0 commit comments