mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Visual Console Refactor: changed some functions from instance to static
Former-commit-id: 64fdb9086b5028570fea02de1bbe5e8c22e45c08
This commit is contained in:
parent
2a2e8e39dd
commit
8e89f07961
@ -357,7 +357,7 @@ class Item extends Model
|
|||||||
* 'agentName' => null,
|
* 'agentName' => null,
|
||||||
* ]
|
* ]
|
||||||
*/
|
*/
|
||||||
protected function extractLinkedAgent(array $data): array
|
protected static function extractLinkedAgent(array $data): array
|
||||||
{
|
{
|
||||||
$agentData = [];
|
$agentData = [];
|
||||||
|
|
||||||
@ -420,7 +420,7 @@ class Item extends Model
|
|||||||
* 'moduleName' => null,
|
* 'moduleName' => null,
|
||||||
* ]
|
* ]
|
||||||
*/
|
*/
|
||||||
protected function extractLinkedModule(array $data): array
|
protected static function extractLinkedModule(array $data): array
|
||||||
{
|
{
|
||||||
// Initialize the data with the agent data and then expand it.
|
// Initialize the data with the agent data and then expand it.
|
||||||
$moduleData = static::extractLinkedAgent($data);
|
$moduleData = static::extractLinkedAgent($data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user