OSDN Git Service

Fix EOL EOF on Router class
authormalukenho <admin@phpse.net>
Sat, 24 Jan 2015 09:23:29 +0000 (06:23 -0300)
committermalukenho <admin@phpse.net>
Sat, 31 Jan 2015 09:23:29 +0000 (06:23 -0300)
src/PHPRouter/Route.php

index 4affd7f..4565505 100755 (executable)
@@ -131,4 +131,4 @@ class Route
         $instance = new $action[0];
         $instance->$action[1]();
     }
-}
\ No newline at end of file
+}