mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-10 09:50:12 +03:00
Move Installer to a separated namespace
This commit is contained in:
parent
df66227729
commit
1deebaff20
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
namespace Mibew\Controller;
|
namespace Mibew\Controller;
|
||||||
|
|
||||||
use Mibew\Installer;
|
use Mibew\Maintenance\Installer;
|
||||||
use Mibew\Style\PageStyle;
|
use Mibew\Style\PageStyle;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
@ -474,7 +474,7 @@ class InstallController extends AbstractController
|
|||||||
/**
|
/**
|
||||||
* Initialize installer.
|
* Initialize installer.
|
||||||
*
|
*
|
||||||
* @return \Mibew\Installer
|
* @return \Mibew\Maintenance\Installer
|
||||||
*/
|
*/
|
||||||
protected function getInstaller()
|
protected function getInstaller()
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Mibew;
|
namespace Mibew\Maintenance;
|
||||||
|
|
||||||
use Mibew\Database;
|
use Mibew\Database;
|
||||||
use Symfony\Component\Yaml\Parser as YamlParser;
|
use Symfony\Component\Yaml\Parser as YamlParser;
|
Loading…
Reference in New Issue
Block a user