move auto generate documentation to documentation/api folder
start to create a new file for insertion in database add locale column to lang table
This commit is contained in:
@@ -76,7 +76,19 @@ class Thelia extends Kernel
|
||||
*/
|
||||
public function loadConfiguration()
|
||||
{
|
||||
$request = $this->getContainer()->get('request');
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* boot parent kernel and after current kernel
|
||||
*
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
parent::boot();
|
||||
|
||||
$this->loadConfiguration();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user