Skip to content

Commit

Permalink
changed comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
strifejeyz committed Apr 10, 2020
1 parent 69b6a3f commit 6ca75e6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@
*/
class User extends Model
{
/**
* table name that will be used by this model
*
* you may also specify an Alias
/**========================================
* You may also specify an alias
* e.g. protected static $alias = "U";
*
* or specify a primary key like so
* protected static $primary_key = "U";
* or specify a primary key like so:
* protected static $primary_key = "user_id";
*
* @var string
*/
Expand Down

0 comments on commit 6ca75e6

Please sign in to comment.