Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Deprecated Warningyii\base\ErrorException

Non-static method app\models\Pietanze::GetListaPietanze() should not be called statically

$_GET = [
    'id' => '10',
    'idmenu' => '20',
];

$_SESSION = [
    '__flash' => [],
    'lang' => 'IT',
    'ristoranteid' => 10,
    'menuid' => '20',
];