Skip to content

Commit

Permalink
Correcting the the class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman committed Sep 11, 2020
1 parent ac1e0c9 commit e058422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
*/
require __DIR__ . '/bootstrap/autoload.php';

use Quantum\Console\Qt_Console;
use Quantum\Console\QtConsole;

/*
* ---------------------------------------------------------
* Run the console application
* ---------------------------------------------------------
*/
$console = new Qt_Console();
$console = new QtConsole();

$status = $console->init();

Expand Down

0 comments on commit e058422

Please # to comment.