start to implement database part
This commit is contained in:
13
core/lib/Thelia/Core/Thelia.php
Normal file
13
core/lib/Thelia/Core/Thelia.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Core;
|
||||
|
||||
use Symfony\Component\HttpKernel\Kernel;
|
||||
|
||||
|
||||
class Thelia extends Kernel{
|
||||
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia;
|
||||
|
||||
class Thelia {
|
||||
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user