mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix failing test in App.
This commit is contained in:
parent
0e56d742b8
commit
1bc4562f3a
1 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
$versionFile = file(CAKE . 'VERSION.txt');
|
||||
return $config['Cake.version'] = trim(array_pop($versionFile));
|
||||
$config['Cake.version'] = trim(array_pop($versionFile));
|
||||
return $config;
|
||||
|
|
Loading…
Add table
Reference in a new issue