/
home
/
old_henza
/
server
/
app
/
Console
/
Commands
/
File Upload :
llllll
Current File: //home/old_henza/server/app/Console/Commands/GetGoldPrice.php
<?php namespace App\Console\Commands; use App\Models\WebServiceGold; use Illuminate\Console\Command; class GetGoldPrice extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'price:get'; /** * The console command description. * * @var string */ protected $description = 'get gold price'; /** * Create a new command instance. * * @return void */ public function __construct() { parent::__construct(); } /** * Execute the console command. * * @return int */ public function handle() { WebServiceGold::getAllPriceFromWebService(); return true; } }
Copyright ©2k19 -
Hexid
|
Tex7ure