Some code cleanup.

This commit is contained in:
James Cole
2016-01-28 16:03:49 +01:00
parent 3d69dc786d
commit 287c1c4ffa
6 changed files with 39 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $dateFormatted
* @property float $spent
* @property Carbon $lastActivity
* @property string $type
*/
class Category extends Model
{