Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 1c120ed

Browse files
authored
Update MigrationException.php
1 parent c1d5998 commit 1c120ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/MigrationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class MigrationException extends Exception
88
{
9-
protected $code = 255;
9+
protected $code = 1;
1010
}

0 commit comments

Comments
 (0)