Skip to content

Commit 30cdc94

Browse files
authored
Fix ModelNotSyncMasterException message (#1257)
1 parent ed52c48 commit 30cdc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/ModelNotSyncMasterException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class ModelNotSyncMasterException extends Exception
1010
{
1111
public function __construct(string $class)
1212
{
13-
parent::__construct("Model of $class class is not an SyncMaster model. Make sure you're using the central model to make changes to synced resources when you're in the central context");
13+
parent::__construct("Model of $class class is not a SyncMaster model. Make sure you're using the central model to make changes to synced resources when you're in the central context.");
1414
}
1515
}

0 commit comments

Comments
 (0)