Files
sterivein/core/lib/Thelia/Thelia.php
Manuel Raynaud e4fcadd3ec move Thelia namespace into core/lib directory
introduce prod / dev environment
2012-10-03 11:24:46 +02:00

11 lines
61 B
PHP

<?php
namespace Thelia;
class Thelia {
}
?>