Open rimas-kudelis opened 9 years ago
Property can't keep expression.
It should be changed to:
public $rememberFor = 86400;
It was fixed in several forks.
If you are using composer, you can download fork in your project.
Add repository to "repositories" section in your main composer.json:
"repositories": [ { "type": "vcs", "url": "https://github.com/leshik21/yii2-user-plus" } ],
In "requre" section there should be:
"johnitvn/yii2-user-plus": "dev-master"
Then update composer.
I get the following error when trying to run migration:
Line 20 is this:
Interestingly, I think this should work, at least according to the PHP manual (because the result of this multiplication is known at compile time). Any idea why it would not work?