Skip to content

Conversation

@Kivtaas
Copy link
Contributor

@Kivtaas Kivtaas commented Jan 21, 2026

Separated the PRs to keep things more manageable

@Kivtaas Kivtaas enabled auto-merge (squash) January 21, 2026 06:01
return response()->json(['message' => 'Invalid API token.'], 401);
}

$apiToken->forceFill(['last_used_at' => now()])->save();
Copy link
Contributor

@azend azend Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason every field seems to be force filled when most (if not all) in the model are fillable?

Copy link
Contributor

@azend azend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from some obtuse function calls that could be improved in future revisions, lgtm.

@Kivtaas Kivtaas merged commit 15f5263 into main Jan 23, 2026
4 checks passed
@Kivtaas Kivtaas deleted the feature/added_api_token_support branch January 23, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants