Fix the namespace path on updater templates #570 (#571)

This commit is contained in:
Nabeel S 2020-02-21 20:36:27 -05:00 committed by GitHub
parent cc23c32db7
commit 6e87f7804c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')
@section('content')

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')
@section('content')

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')
@section('content')

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')
@section('content')

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update Completed')
@section('content')
<div style="align-content: center;">

View File

@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update Completed')
@section('content')