mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13740] CLI installer and fixes
[ci skip] PHPBB3-13740
This commit is contained in:
committed by
Mate Bartus
parent
524b98e7bd
commit
06f4ebce1b
@@ -35,7 +35,7 @@ class application extends \Symfony\Component\Console\Application
|
||||
* @param string $version The version of the application
|
||||
* @param \phpbb\user $user The user which runs the application (used for translation)
|
||||
*/
|
||||
public function __construct($name, $version, \phpbb\user $user)
|
||||
public function __construct($name, $version, $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
|
||||
|
Reference in New Issue
Block a user