refactoring, airtelmoney test
This commit is contained in:
16
app/Http/Controllers/KazTestController.php
Normal file
16
app/Http/Controllers/KazTestController.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Config;
|
||||
|
||||
class KazTestController extends Controller
|
||||
{
|
||||
public function main(){
|
||||
//Testing the retrieval of kazang Base Url from Config
|
||||
$kazang = Config('kazang');
|
||||
$kaz_host = $kazang['test_base_url'];
|
||||
return $kaz_host;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user