Skip to content

Commit

Permalink
change file case for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
137-rick authored Jun 29, 2016
1 parent 435db90 commit 3c203b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/demoserver.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
include "../src/doraconst.php";
include "../src/packet.php";
include "../src/server.php";
include "../src/Doraconst.php";
include "../src/Packet.php";
include "../src/Server.php";

class Server extends \DoraRPC\Server
{
Expand Down

0 comments on commit 3c203b8

Please sign in to comment.