8000 $success_response in LfmController should be static · JohnTheBoss/laravel-filemanager@048c7ce · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 048c7ce

Browse files
committed
$success_response in LfmController should be static
1 parent cb7f046 commit 048c7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/LfmController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class LfmController extends Controller
1010
{
1111
use LfmHelpers;
1212

13-
protected $success_response = 'OK';
13+
protected static $success_response = 'OK';
1414

1515
public function __construct()
1616
{

0 commit comments

Comments
 (0)
0