Skip to content

Commit

Permalink
correct name of class for inserting check records
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-xz committed Jun 17, 2024
1 parent c2f97ba commit 8b59f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Urls/InsertCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Carbon\Carbon;

class InsertCheckRecord
class InsertCheck
{
public static function process($db, array $url)
{
Expand Down

0 comments on commit 8b59f5a

Please sign in to comment.