Skip to content

Commit

Permalink
Made the definition class final
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 20, 2015
1 parent 2242cf0 commit 2eb5d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author Graham Campbell <[email protected]>
*/
class Definition
final class Definition
{
/**
* The model class name.
Expand Down

0 comments on commit 2eb5d75

Please sign in to comment.