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 d51125c commit 8b3b2c2Copy full SHA for 8b3b2c2
src/Models/MigrationTrackerCapsule.php
@@ -51,7 +51,7 @@ class MigrationTrackerCapsule implements JsonWriter
51
public function __construct(array $properties = [])
52
{
53
if (!isset($properties['table-name']) || empty($properties['table-name'])) {
54
- throw new Eexception('The table-name is required to construct a migration capsule!');
+ throw new Exception('The table-name is required to construct a migration capsule!');
55
}
56
57
$this->tableName = $properties['table-name'];
0 commit comments