changed sms service url
This commit is contained in:
@@ -15,7 +15,7 @@ class SmsClass
|
|||||||
if (App::environment('production')) {
|
if (App::environment('production')) {
|
||||||
|
|
||||||
|
|
||||||
$client = new SoapClient("http://sms1000.ir/webservice/sms.asmx?WSDL");
|
$client = new SoapClient("http://172.30.5.36/webservice/sms.asmx?WSDL");
|
||||||
$date = date('d-m-y h:i:s');
|
$date = date('d-m-y h:i:s');
|
||||||
$date = str_replace(" ", "T", $date);
|
$date = str_replace(" ", "T", $date);
|
||||||
$result = $client->Send(
|
$result = $client->Send(
|
||||||
|
|||||||
@@ -25,5 +25,6 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
Schema::defaultStringLength(191);
|
Schema::defaultStringLength(191);
|
||||||
|
\URL::forceScheme('https');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1510,4 +1510,4 @@ if (config('global_variables.IS_DEVELOPMENT_ENV') === true) {
|
|||||||
|
|
||||||
Auth::loginUsingId(User::where('username', $request->username)->first()->id);
|
Auth::loginUsingId(User::where('username', $request->username)->first()->id);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user