Skip to content

Commit

Permalink
fixed some bug mention by Mehdi
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed May 16, 2018
1 parent 0bf398b commit a0a4321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/views/subscribe/create.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('avored-ecommerce::admin.layouts.app')
@extends('avored-ecommerce::layouts.app')

@section('content')
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/subscribe/edit.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('avored-ecommerce::admin.layouts.app')
@extends('avored-ecommerce::layouts.app')

@section('content')
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/subscribe/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('avored-ecommerce::admin.layouts.app')
@extends('avored-ecommerce::layouts.app')

@section('content')
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php


use Illuminate\Support\Facades\Route;

Route::middleware(['web'])
->namespace('AvoRed\Subscribe\Http\Controllers')
Expand Down

0 comments on commit a0a4321

Please sign in to comment.