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 3ae2cdc commit d185d9cCopy full SHA for d185d9c
tests/ModelGeneratorTest.php
@@ -18,7 +18,7 @@ public function testModelAlreadyExists()
18
19
$this->assertExceptionThrew(
20
className: ClassAlreadyExistsException::class,
21
- message: 'Cannot create Post Model cause Post Model already exists. Remove Post Model.'
+ message: 'Cannot create Post Model cause Post Model already exists. Remove Post Model.',
22
);
23
24
app(ModelGenerator::class)
0 commit comments