Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDanault committed Jul 8, 2021
1 parent 5a3b42e commit c0659a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ new Vue({
axios.post(Telescope.basePath + '/telescope-api/clear-entries');

this.$emit('clear-entries');
},
},
},
});
2 changes: 1 addition & 1 deletion src/Http/Controllers/EntriesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Laravel\Telescope\Contracts\ClearableRepository;

class EntriesController extends Controller
{
{
/**
* Clear entries.
*
Expand Down

0 comments on commit c0659a8

Please sign in to comment.