improved airtel money flow
This commit is contained in:
@@ -4,10 +4,15 @@ namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Config;
|
||||
use App\Models;
|
||||
|
||||
|
||||
class KazTestController extends Controller
|
||||
{
|
||||
public function main(){
|
||||
$users = Models\User::get();
|
||||
|
||||
dump($users);
|
||||
//Testing the retrieval of kazang Base Url from Config
|
||||
$kazang = Config('kazang');
|
||||
$kaz_host = $kazang['test_base_url'];
|
||||
|
||||
Reference in New Issue
Block a user