Skip to content

Commit 764a4a5

Browse files
authored
Merge pull request #4828 from GuidoHendriks/patch-1
Remove ::class from use statement
2 parents 5bc8cf4 + 34b2b00 commit 764a4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telescope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you plan to only use Telescope to assist your local development. You may inst
6363

6464
After running `telescope:install`, you should remove the `TelescopeServiceProvider` service provider registration from your `app` configuration file. Instead, manually register the service provider in the `register` method of your `AppServiceProvider`:
6565

66-
use Laravel\Telescope\TelescopeServiceProvider::class;
66+
use Laravel\Telescope\TelescopeServiceProvider;
6767

6868
/**
6969
* Register any application services.

0 commit comments

Comments
 (0)