Skip to content

Commit 8b3b2c2

Browse files
Splat typo
1 parent d51125c commit 8b3b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/MigrationTrackerCapsule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class MigrationTrackerCapsule implements JsonWriter
5151
public function __construct(array $properties = [])
5252
{
5353
if (!isset($properties['table-name']) || empty($properties['table-name'])) {
54-
throw new Eexception('The table-name is required to construct a migration capsule!');
54+
throw new Exception('The table-name is required to construct a migration capsule!');
5555
}
5656

5757
$this->tableName = $properties['table-name'];

0 commit comments

Comments
 (0)