diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-23 14:20:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 14:20:07 +0300 |
| commit | af420921bb8de426c8adff44cae8e071e249767c (patch) | |
| tree | 27007bfafca4ba7d631fc21c39cf18560bd03c47 /src/__phutil_library_map__.php | |
| parent | d166fc63c5d700ac93533e3aa4c90dea0c870c4a (diff) | |
| parent | e551048b4ab65808e9e6877a8f4c145ab6d459f4 (diff) | |
| download | phorge-elasticsearch-modern-af420921bb8de426c8adff44cae8e071e249767c.tar.gz phorge-elasticsearch-modern-af420921bb8de426c8adff44cae8e071e249767c.zip | |
Merge pull request #1 from vyos/task/r2-libphutil-skeleton
R2: Bootstrap libphutil library
Diffstat (limited to 'src/__phutil_library_map__.php')
| -rw-r--r-- | src/__phutil_library_map__.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php new file mode 100644 index 0000000..1ebc28b --- /dev/null +++ b/src/__phutil_library_map__.php @@ -0,0 +1,14 @@ +<?php + +/** + * This file is automatically generated. Use 'arc liberate' to rebuild it. + * + * @generated + * @phutil-library-version 2 + */ +phutil_register_library_map(array( + '__library_version__' => 2, + 'class' => array(), + 'function' => array(), + 'xmap' => array(), +)); |
