We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7f046 commit 048c7ceCopy full SHA for 048c7ce
src/controllers/LfmController.php
@@ -10,7 +10,7 @@ class LfmController extends Controller
10
{
11
use LfmHelpers;
12
13
- protected $success_response = 'OK';
+ protected static $success_response = 'OK';
14
15
public function __construct()
16
0 commit comments