Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
何平 committed Jun 12, 2024
1 parent 03fd147 commit 149cbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud-admin/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use function is_array;
use function is_int;

class Model extends BaseModel
final class Model extends BaseModel
{
use PaginateTrait;

Expand Down
2 changes: 1 addition & 1 deletion cloud-admin/Validation/Request/FormRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use function is_array;
use function sprintf;

class FormRequest extends HyperfRequest
final class FormRequest extends HyperfRequest
{
public function authorize(): bool
{
Expand Down

0 comments on commit 149cbc2

Please sign in to comment.