Skip to content

Commit

Permalink
Removed obsolete pint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jul 30, 2024
1 parent 12d209c commit 174e285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"preset": "laravel",
"rules": {
"no_superfluous_phpdoc_tags": false,
"Laravel/laravel_phpdoc_alignment": false,
"align_multiline_comment": true,
"array_indentation": true,
"array_syntax": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
<img src="{{ asset('/vendor/cookies_consent/images/cookie.png') }}" alt="Cookie">
</div>
@endif
{{--<a href="javascript:void(0);" onclick="toggleCookieBanner()">Manage Cookies</a>--}}
<link href="{{ asset('vendor/cookies_consent/css/cookies-consent.css') }}" rel="stylesheet">
<script type="module" src="{{ asset('vendor/cookies_consent/js/cookies-consent.js') }}"></script>

0 comments on commit 174e285

Please sign in to comment.