Skip to content

Commit

Permalink
Rename isNull.php to IsNull.php
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper authored Jan 10, 2023
1 parent 4a9464d commit 7472c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/isNull.php → src/Exceptions/IsNull.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ public static function make(string $value)
{
return new self("The {$value} is null. Please provide it.");
}
}
}

0 comments on commit 7472c22

Please sign in to comment.