Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on PHP 7. #6

Open
Eseperio opened this issue Feb 4, 2018 · 1 comment
Open

Not working on PHP 7. #6

Eseperio opened this issue Feb 4, 2018 · 1 comment

Comments

@Eseperio
Copy link

Eseperio commented Feb 4, 2018

This extension does not work under PHP7 and so on on yii2 2.0.13 and higher versions due to the use of word Object. It must be changed, object was deprecated.

@kiqeri
Copy link

kiqeri commented Sep 21, 2018

@Eseperio Hi I resolved this issue by changing Object to BaseObject in the file:
\vendor\romka-chev\yii2-swiper\Slide.php

use yii\base\BaseObject;
....
class Slide extends BaseObject;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants