1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(core): tmp turn on silent mode, try to fix tests #477

This commit is contained in:
Awilum
2020-10-16 18:13:31 +03:00
parent 9cce22cf17
commit 2f7201a2ed

View File

@@ -187,4 +187,4 @@ flextype('cors')->init();
/**
* Run application
*/
flextype()->run();
flextype()->run(true);