Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.4c' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Nov 9, 2021
2 parents 43938f0 + a4c0380 commit 9fded1c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/Providers/HorizonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()
// Horizon::routeMailNotificationsTo('[email protected]');
// Horizon::routeSlackNotificationsTo('slack-webhook-url', '#channel');

// Horizon::night();
Horizon::night();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/Providers/TelescopeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TelescopeServiceProvider extends TelescopeApplicationServiceProvider
*/
public function register()
{
// Telescope::night();
Telescope::night();

$this->hideSensitiveRequestDetails();

Expand Down
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@
App\Providers\AuthServiceProvider::class,
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\HorizonServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
App\Providers\RouteServiceProvider::class,

App\Providers\BreadcrumbsServiceProvider::class,
App\Providers\ViewServiceProvider::class,
],

Expand Down

0 comments on commit 9fded1c

Please sign in to comment.