Working on the time tracker
This commit is contained in:
parent
c5fce2efcd
commit
61e3654430
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class TimeTrackerController extends Controller
|
|||
$user = auth()->user();
|
||||
$account = $user->account;
|
||||
|
||||
if (! $account->hasFeature(ENTITY_TASK)) {
|
||||
if (! $account->hasFeature(FEATURE_TASKS)) {
|
||||
return trans('texts.tasks_not_enabled');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue