Skip to content

Commit e70c931

Browse files
committed
Fix page
1 parent be14bfe commit e70c931

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/views/docs/1/the-basics/app-lifecycle.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For example, you may want to open a window, register global shortcuts, or config
2424
The default `NativeAppServiceProvider` looks like this:
2525

2626
```php
27-
<?php
28-
2927
namespace App\Providers;
3028

3129
use Native\Laravel\Facades\Window;
@@ -51,5 +49,4 @@ class NativeAppServiceProvider implements ProvidesPhpIni
5149
];
5250
}
5351
}
54-
5552
```

0 commit comments

Comments
 (0)