Skip to content

Commit 5be86b9

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 069a160 + afc7852 commit 5be86b9

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

config/backup.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@
121121
'notifications' => [
122122

123123
'notifications' => [
124-
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
125-
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
126-
\Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
127-
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
128-
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
129-
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
124+
\Spatie\Backup\Notifications\Notifications\BackupHasFailedNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
125+
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
126+
\Spatie\Backup\Notifications\Notifications\CleanupHasFailedNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
127+
\Spatie\Backup\Notifications\Notifications\BackupWasSuccessfulNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
128+
\Spatie\Backup\Notifications\Notifications\HealthyBackupWasFoundNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
129+
\Spatie\Backup\Notifications\Notifications\CleanupWasSuccessfulNotification::class => [env('MAIL_BACKUP_NOTIFICATION_DRIVER', null)],
130130
],
131131

132132
/*

resources/views/dashboard.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ class="table table-striped snipe-table"
473473
</div><!-- /.box-body -->
474474
</div> <!-- /.box -->
475475
</div>
476-
</div>
476+
477477

478478
@endif
479479

resources/views/settings/api.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<livewire:oauth-clients />
1818
</div>
1919
@else
20-
<p class="text-warning"><i class="fas fa-lock"></i> {{ trans('general.feature_disabled') }}</p>
20+
<p class="text-warning"><i class="fas fa-lock" aria-hidden="true"></i> {{ trans('general.feature_disabled') }}</p>
2121
@endif
2222

2323
@stop

resources/views/settings/backups.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ class="btn btn-warning btn-sm restore-asset {{ (config('app.lock_passwords')) ?
194194
</div> <!-- end col-md-12 form div -->
195195
</div> <!-- end form group div -->
196196

197-
</div> <!-- end col-md-3 div -->
198-
</div> <!-- end row div -->
197+
199198

200199
@stop
201200

resources/views/settings/general.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390

391391
</div> <!-- /box -->
392392
</div> <!-- /.col-md-8-->
393-
</div> <!-- /.row-->
393+
394394

395395
{{ Form::close() }}
396396

0 commit comments

Comments
 (0)