mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Add src/extensions/
to Phabricator
Summary: I added this easier-extension mechanism a while ago but only added the actual directories to libphutil and arcanist. This one should work, it just wasn't checked into the repository. Test Plan: Added a file with an exception in it to the directory, verified the exception was thrown at runtime. Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D6759
This commit is contained in:
parent
7821c98053
commit
42a81554ac
1 changed files with 2 additions and 0 deletions
2
src/extensions/README
Normal file
2
src/extensions/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
You can add `.php` files to this directory to load classes and functions defined
|
||||
in them at runtime.
|
Loading…
Reference in a new issue