Remove unnecessary semicolon

This commit is contained in:
Sergiy Litvinchuk 2016-04-12 15:38:01 +03:00
parent 29225caf51
commit 3c6aeb2477
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@extends('Shared.Layouts.MasterWithoutMenus');
@extends('Shared.Layouts.MasterWithoutMenus')
@section('title')
Attendize Web Installer
@ -237,4 +237,4 @@
</div>
</div>
</div>
@stop
@stop