Skip to content

Commit 6617b76

Browse files
committed
Mark basic-app’s APPCore as final
1 parent cf5ddb5 commit 6617b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/tutorial/basic-app/files/lib/system/APPCore.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use app\page\ExamplePage;
66
use wcf\system\application\AbstractApplication;
77

8-
class APPCore extends AbstractApplication
8+
final class APPCore extends AbstractApplication
99
{
1010
/**
1111
* @inheritDoc

0 commit comments

Comments
 (0)