We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 834f835 + 7987fcb commit 69ce9b1Copy full SHA for 69ce9b1
src/ModelUpload.php
@@ -30,7 +30,7 @@ public static function useImportStartCell(string $importStartCell): void
30
*/
31
public static function useModelRecordImporter(string $importerClass): void
32
{
33
- \throw_if(
+ \throw_unless(
34
\class_exists($importerClass),
35
new \InvalidArgumentException('Invalid concrete class')
36
);
0 commit comments