Skip to content

Commit

Permalink
Merge pull request #107 from dbarzin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dbarzin committed Jul 24, 2024
2 parents a70416a + 0ed1f2d commit 6b5e4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/SendNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function handle()
Log::debug('SendNotifications - Start.');

// Need to send notifications today ?
if ($this->needCheck())
if ($this->needCheck()) {
Log::debug('SendNotifications - notifications today');

$controls = Control
Expand Down
2 changes: 2 additions & 0 deletions resources/views/actions/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
<div class="cell-4">
{{ $action->name }}
</div>
@if ($action->scope!==null)
<div class="cell-3">
<strong>{{ trans("cruds.control.fields.scope") }}</strong>
&nbsp;
{{ $action->scope }}
</div>
@endif
</div>

<div class="row">
Expand Down

0 comments on commit 6b5e4f7

Please sign in to comment.