home page mozilla fix

This commit is contained in:
merdan 2020-04-27 20:40:59 +05:00
parent 3c4ccf4a3d
commit 43986d0b70
2 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,8 @@ class OrderController extends Controller
public function buy($material_id){
$material = Material::findOrFail($material_id);
//todo material can be bought already
$order = Order::firstOrNew([
'material_id' => $material_id,
'user_id' => auth()->id()

View File

@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Turkmen TV'),
'gateway_url' => env('GATEWAY_URL'),
'gateway_user' => env('GATEWAY_USER'),
'gateway_password' => env('GATEWAY_PASSWORD'),
@ -54,7 +54,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'https://turkmentv.gov.tm'),
'asset_url' => env('ASSET_URL', null),
@ -69,7 +69,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Asia/Ashgabat',
/*
|--------------------------------------------------------------------------