blob: 0262d85d7adfb1aa107ec5e1d9cec166ffd7aaa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -up src/Phinx/Console/PhinxApplication.php.rpm src/Phinx/Console/PhinxApplication.php
--- src/Phinx/Console/PhinxApplication.php.rpm 2019-12-13 09:56:58.153369975 +0100
+++ src/Phinx/Console/PhinxApplication.php 2019-12-13 09:57:01.871352539 +0100
@@ -56,7 +56,7 @@ class PhinxApplication extends Applicati
*/
public function __construct()
{
- parent::__construct('Phinx by CakePHP - https://phinx.org.');
+ parent::__construct('Phinx by CakePHP - https://phinx.org.', '@VERSION@');
$this->addCommands([
new Init(),
|