Skip to content

Commit 7f72dc2

Browse files
committed
fixed autoload.php
1 parent b1eafd1 commit 7f72dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/autoload.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Max Schmitt <max@schmitt.mx>
99
*/
1010

11-
include_once("RestClient.class.php");
12-
include_once("Instance.class.php");
13-
include_once("Playlist.class.php");
14-
include_once("API.class.php");
11+
include_once("RestClient.php");
12+
include_once("Instance.php");
13+
include_once("Playlist.php");
14+
include_once("API.php");

0 commit comments

Comments
 (0)