Skip to content

Commit 34b2b00

Browse files
Remove ::class from use statement
1 parent 5bc8cf4 commit 34b2b00

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)