Skip to content

Commit

Permalink
Update Generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Apr 18, 2023
1 parent 4f31708 commit ba0660d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/routing/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class Generator

'integer' =>
[
'_' => '[0-9]+',
'_' => '-?[0-9]+',
'auto-increment' => '[1-9][0-9]{0,}',
],
];
Expand Down

0 comments on commit ba0660d

Please sign in to comment.