From 51f919c9053e37b4f583382b4fd7682d131f8110 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 14 Jul 2020 20:12:00 +0300 Subject: [PATCH] Igonre package --- app/preload.php | 1 + app/views/console/functions/function.phtml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/preload.php b/app/preload.php index d65fd09f0b..88346e71e9 100644 --- a/app/preload.php +++ b/app/preload.php @@ -32,4 +32,5 @@ include 'app.php'; ->ignore(realpath(__DIR__ . '/../vendor/maxmind-db')) ->ignore(realpath(__DIR__ . '/../vendor/psr/log')) ->ignore(realpath(__DIR__ . '/../vendor/piwik')) + ->ignore(realpath(__DIR__ . '/../vendor/symfony/polyfill-php70')) ->load(); \ No newline at end of file diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 63e5fb94b2..daa88bafed 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -46,10 +46,6 @@ $events = array_keys($this->getParam('events', []));
Function Env. -

- Default Tag: #5eba35ec489b9 -

-

Node.js 14.2