We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1901 commit 689364dCopy full SHA for 689364d
1 file changed
src/Phaseolies/Console/Console.php
@@ -21,7 +21,7 @@ class Console extends Application
21
* @param mixed string
22
* @param string $version
23
*/
24
- public function __construct(\Phaseolies\Application $app, string $name = 'Phaseolies Framework', string $version = '1.0.0')
+ public function __construct(\Phaseolies\Application $app, string $name = 'Doppar Framework', string $version = '1.0.0')
25
{
26
parent::__construct($name, $version);
27
$this->app = $app;
0 commit comments