Skip to content

Commit

Permalink
Update for Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooper Sellers committed Dec 12, 2017
1 parent 768ce03 commit f064992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"require": {
"php": ">=5.6",
"league/csv": "~7.0",
"laravelcollective/html": "5.3.*"
"laravelcollective/html": "5.4.*"
}
}
2 changes: 1 addition & 1 deletion resources/views/confirm_delete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>


<table class="table table-hover table-striped table-bordered ">
<table class="table table-bordered ">


<?php
Expand Down
2 changes: 1 addition & 1 deletion resources/views/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="form-body pal">

<table class="table table-hover table-striped table-bordered ">
<table class="table table-bordered ">

<?php
foreach ( $columns as $col => $col_info ) {
Expand Down

0 comments on commit f064992

Please sign in to comment.