Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 22cab4f

Browse files
committed
some modify
1 parent dcc2673 commit 22cab4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PhpEnv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Class PhpEnv
1313
* @package Toolkit\PhpUtil
1414
*/
15-
final class PhpEnv
15+
class PhpEnv
1616
{
1717
/**************************************************************************
1818
* php env

src/PhpHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Class PhpHelper
1111
* @package Toolkit\PhpUtil
1212
*/
13-
class PhpHelper
13+
class PhpHelper extends PhpEnv
1414
{
1515
/**
1616
* get $_SERVER value

0 commit comments

Comments
 (0)