move Thelia namespace into core/lib directory

introduce prod / dev environment
This commit is contained in:
Manuel Raynaud
2012-10-03 11:24:46 +02:00
parent 4682d484fd
commit e4fcadd3ec
7 changed files with 180 additions and 2 deletions

View File

@@ -1,10 +0,0 @@
<?php
namespace Thelia;
class Thelia {
}
?>