Adding local config

This commit is contained in:
Thilina Hasantha
2018-04-29 08:59:49 +02:00
parent 8ebf28fbcb
commit 889baf124c
18 changed files with 371 additions and 12 deletions

View File

@@ -1,4 +1,8 @@
<?php
if (php_sapi_name() != 'cli') {
echo "Bye browser";
exit();
}
/**
* This is project's console commands configuration for Robo task runner.
*