Skip to content

Commit

Permalink
chore: PHPInsights 適用
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed May 5, 2024
1 parent c7fd1ae commit 994a376
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

abstract class Controller
{
//
}
3 changes: 0 additions & 3 deletions src/app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ final class User extends Authenticatable

/**
* The attributes that are mass assignable.
*
* @var array<int, string>
*/
protected $fillable = [
Expand All @@ -51,7 +50,6 @@ final class User extends Authenticatable

/**
* The attributes that should be hidden for serialization.
*
* @var array<int, string>
*/
protected $hidden = [
Expand All @@ -61,7 +59,6 @@ final class User extends Authenticatable

/**
* Get the attributes that should be cast.
*
* @return array<string, string>
*/
protected function casts(): array
Expand Down
1 change: 0 additions & 1 deletion src/app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ final class AppServiceProvider extends ServiceProvider
*/
public function register(): void
{
//
}

/**
Expand Down

0 comments on commit 994a376

Please sign in to comment.