Some cleaning up.

This commit is contained in:
James Cole
2015-09-08 19:38:04 +02:00
parent 204e521ba4
commit 3699a7ba9a
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class BillRepository implements BillRepositoryInterface
$int = $bill->active == 1 ? 0 : 1;
return $int.strtolower($bill->name);
return $int . strtolower($bill->name);
}
);