Skip to content

Commit

Permalink
Merge pull request #929 from driesvints/fix-incrementing-bug
Browse files Browse the repository at this point in the history
[7.0] Do not auto increment AuthCode ID
  • Loading branch information
taylorotwell authored Jan 11, 2019
2 parents 7022169 + 2d2c30e commit 910548b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AuthCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ class AuthCode extends Model
*/
protected $table = 'oauth_auth_codes';

/**
* Indicates if the IDs are auto-incrementing.
*
* @var bool
*/
public $incrementing = false;

/**
* The guarded attributes on the model.
*
Expand Down

0 comments on commit 910548b

Please sign in to comment.