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.
1 parent 834f835 commit 7987fcbCopy full SHA for 7987fcb
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