Add cost_block_hour tests; extra logging

This commit is contained in:
Nabeel Shahzad
2018-03-29 14:55:25 -05:00
parent 2090f05236
commit 08d3578d38
5 changed files with 26 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ use App\Interfaces\Model;
* @property float cost
* @property float price
* @property mixed code
* @property mixed count Only when merged with pivot
* @package App\Models
*/
class Fare extends Model