Skip to content

Commit 23bb214

Browse files
committed
fix: remove useless PageGrid laravel/other-versions
1 parent f20cb93 commit 23bb214

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

docs/platforms/php/guides/laravel/other-versions/laravel4.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,3 @@ If you wish to wire up Sentry anywhere outside of the standard error handlers, o
6464
```php
6565
$app['sentry']->setRelease(Git::sha());
6666
```
67-
68-
<PageGrid nextPages header="Next Steps" />

docs/platforms/php/guides/laravel/other-versions/laravel5.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,3 @@ You most likely don't want errors to be sent to Sentry when you are developing o
9797
You can also do this by not defining `SENTRY_LARAVEL_DSN` in your `.env` or by defining it as `SENTRY_LARAVEL_DSN=null`.
9898

9999
If you do leave Sentry enabled when developing or running tests, it's possible for it to have a negative effect on the performance of your application or test suite.
100-
101-
<PageGrid nextPages header="Next Steps" />

docs/platforms/php/guides/laravel/other-versions/laravel6-7.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,3 @@ You most likely don't want errors to be sent to Sentry when you are developing o
9191
You can also do this by not defining `SENTRY_LARAVEL_DSN` in your `.env` or by defining it as `SENTRY_LARAVEL_DSN=null`.
9292

9393
If you do leave Sentry enabled when developing or running tests, it's possible for it to have a negative effect on the performance of your application or test suite.
94-
95-
<PageGrid nextPages header="Next Steps" />

docs/platforms/php/guides/laravel/other-versions/lumen.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ You most likely don't want errors to be sent to Sentry when you are developing o
8888
You can also do this by not defining `SENTRY_LARAVEL_DSN` in your `.env` or by defining it as `SENTRY_LARAVEL_DSN=null`.
8989

9090
If you do leave Sentry enabled when developing or running tests, it's possible for it to have a negative effect on the performance of your application or test suite.
91-
92-
<PageGrid nextPages header="Next Steps" />

0 commit comments

Comments
 (0)