mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Moving ConsoleInput to the correct directory.
This commit is contained in:
parent
d64078db2d
commit
67f03afa02
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ConsoleInput {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct($handle = 'php://stdin') {
|
public function __construct($handle = 'php://stdin') {
|
||||||
$this->_input = fopen('php://stdin', 'r');
|
$this->_input = fopen($handle, 'r');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in a new issue