filsh / yii2-oauth2-server

A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)
MIT License
332 stars 167 forks source link

Default Null value has been set for columns argument in setPrimaryKey #141

Closed eskylake closed 4 years ago

eskylake commented 6 years ago

Default Null value has been set for columns argument in setPrimaryKey method of migrations to fix error below while migrating up:

Declaration of m140501_075311_add_oauth2_server::primaryKey() should be compatible with yii\db\Migration::primaryKey( = NULL)

varp commented 4 years ago

Thanks for PR. Already resolved in the master branch