for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author : Korotkov Danila <[email protected]>
* @copyright Copyright (c) 2019, Korotkov Danila
* @license http://www.gnu.org/licenses/gpl.html GNU GPL-3.0
*/
if (!function_exists('config')) {
function config(string $key, string $subKey = null)
{
return \Rudra\Container::app()->config($key, $subKey);
}
if (!function_exists('rudra')) {
function rudra()
return \Rudra\Container::app();