diff options
Diffstat (limited to 'routers/bird.php')
-rw-r--r-- | routers/bird.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/bird.php b/routers/bird.php index 25d7544..b86315b 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -19,8 +19,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once 'router.php'; -require_once 'includes/utils.php'; +require_once('router.php'); +require_once('includes/utils.php'); final class Bird extends Router { protected function build_commands($command, $parameters) { |