Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI
This commit is contained in:
13
vendor/composer/autoload_static.php
vendored
13
vendor/composer/autoload_static.php
vendored
@@ -20,6 +20,11 @@ class ComposerStaticInit071586d19f5409de22b3235d85d8476c
|
||||
);
|
||||
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'c' =>
|
||||
array (
|
||||
'chillerlan\\Settings\\' => 20,
|
||||
'chillerlan\\QRCode\\' => 18,
|
||||
),
|
||||
'T' =>
|
||||
array (
|
||||
'Twig\\' => 5,
|
||||
@@ -50,6 +55,14 @@ class ComposerStaticInit071586d19f5409de22b3235d85d8476c
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'chillerlan\\Settings\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/chillerlan/php-settings-container/src',
|
||||
),
|
||||
'chillerlan\\QRCode\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/chillerlan/php-qrcode/src',
|
||||
),
|
||||
'Twig\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/twig/twig/src',
|
||||
|
||||
Reference in New Issue
Block a user