server/src/app/Commands/Command.php
changeset 2 00e2916104fe
parent 1 01a844d292ac
--- a/server/src/app/Commands/Command.php	Mon Jun 15 19:30:32 2015 +0200
+++ b/server/src/app/Commands/Command.php	Tue Jun 23 17:01:39 2015 +0200
@@ -1,7 +1,7 @@
-<?php namespace App\Commands;
+<?php
+
+namespace CorpusParole\Commands;
 
 abstract class Command {
-
-	//
-
+    //
 }