Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nagsamayam authored and actions-user committed Sep 25, 2021
1 parent 36a7f42 commit 22ec352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Admin extends Model
use SoftDeletes;
use TwoFactorAuthenticatable;

const TABLE_NAME = 'admins';
public const TABLE_NAME = 'admins';

protected $hidden = [
'password',
Expand Down

0 comments on commit 22ec352

Please sign in to comment.