Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Feb 8, 2025
1 parent 28e2250 commit 6ee7c85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions app/Models/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ class Url extends Model
'user_sign',
];

/**
* Get the attributes that should be cast.
*
* @return array{user_id:'integer',is_custom:'boolean'}
*/
protected function casts(): array
{
return [
Expand Down
5 changes: 0 additions & 5 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ class User extends Authenticatable
'password', 'remember_token',
];

/**
* Get the attributes that should be cast.
*
* @return array{email_verified_at:'datetime',password:'hashed'}
*/
protected function casts(): array
{
return [
Expand Down
5 changes: 0 additions & 5 deletions app/Models/Visit.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ class Visit extends Model
'referer',
];

/**
* Get the attributes that should be cast.
*
* @return array{is_first_click:'boolean'}
*/
protected function casts(): array
{
return [
Expand Down

0 comments on commit 6ee7c85

Please sign in to comment.