Skip to content

Commit

Permalink
Update AdvancedModel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lesichkovm authored Jun 8, 2020
1 parent 227e79c commit 7465cbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AdvancedModel.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* This class is now deprecated.
* Use AdvancedCamelCaseModel or AdvancedSnakeCaseModel
* @deprecated 2020-06-08
*/
class AdvancedModel extends \Illuminate\Database\Eloquent\Model {

protected $primaryKey = 'Id';
Expand Down

0 comments on commit 7465cbb

Please sign in to comment.