Skip to content

Commit 87d42f5

Browse files
authored
Removed PHP tags
1 parent 171961f commit 87d42f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/schema-definition.md

-6
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ There are two ways to configure your dump schema. For production applications us
1818
When using Laravel's config caching feature, the default inline configuration approach may cause serialization errors. To avoid this issue, use PHP callables in your configuration:
1919

2020
```php
21-
<?php
22-
2321
use BeyondCode\LaravelMaskedDumper\DumpSchema;
2422
use App\Support\MaskedDump;
2523

@@ -35,8 +33,6 @@ return [
3533
Then create the referenced class:
3634

3735
```php
38-
<?php
39-
4036
namespace App\Support;
4137

4238
use BeyondCode\LaravelMaskedDumper\DumpSchema;
@@ -217,8 +213,6 @@ return [
217213
When using the callable approach with multiple schemas, you can define separate classes for each schema:
218214

219215
```php
220-
<?php
221-
222216
use App\Support\DefaultMaskedDump;
223217
use App\Support\SqliteMaskedDump;
224218

0 commit comments

Comments
 (0)