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' => '12',
    'idmenu' => '22',
    'lang' => 'ES',
];

$_SESSION = [
    '__flash' => [],
    'lang' => 'ES',
    'ristoranteid' => 12,
    'menuid' => '22',
];