'use strict'

angular.module('payrollhero.api').factory 'TimeClockingsService', (PhTimeApiBase) ->
  return PhTimeApiBase.service('clockings')
