Skip to content

Commit

Permalink
nope that doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirewraith committed Dec 10, 2024
1 parent c869332 commit b7f858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
if ($this->app->environment(['local', 'staging'])) {
if ($this->app->environment(['local'])) {
$this->app->register(\Laravel\Telescope\TelescopeServiceProvider::class);
$this->app->register(TelescopeServiceProvider::class);
}
Expand Down

0 comments on commit b7f858e

Please sign in to comment.