diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-04 17:16:35 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-04 17:16:35 +0100 |
commit | 88fb5a499ce18d537c275c2abfd79c34ca91f112 (patch) | |
tree | 7018fa5aa8fdf7691670699ab58f7df5e9019b15 /Model | |
parent | 83a079cefe50c68888f28e48da5f6955b4e5981e (diff) | |
download | Praspel-88fb5a499ce18d537c275c2abfd79c34ca91f112.zip Praspel-88fb5a499ce18d537c275c2abfd79c34ca91f112.tar.gz Praspel-88fb5a499ce18d537c275c2abfd79c34ca91f112.tar.bz2 |
Format code. #mania
Diffstat (limited to 'Model')
-rw-r--r-- | Model/Variable/Borrowing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model/Variable/Borrowing.php b/Model/Variable/Borrowing.php index 34ebb13..6f9268e 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.php @@ -69,7 +69,7 @@ class Borrowing extends Variable { * * @const int */ - const TYPE_OLD = 1; + const TYPE_OLD = 1; /** * Type. |