Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix site-link key #2071

Merged
merged 2 commits into from
Jan 20, 2023
Merged

Fix site-link key #2071

merged 2 commits into from
Jan 20, 2023

Conversation

vladimirmartsul
Copy link
Contributor

Fix mistype in key config('twill.enabled.site-link', false) at

->onlyWhen(fn() => config('twill.enable.site-link', false))

There is should be twill.enabled.site-link instead of twill.enable.site-link

Fix mistype in key `config('twill.enabled.site-link', false)` at https://github.com/area17/twill/blob/0118fe0e641cbd407664b46a15e9ff35e2418137/src/TwillNavigation.php#L180
There is should be `twill.enabled.site-link` instead of `twill.enable.site-link`
@CLAassistant
Copy link

CLAassistant commented Jan 17, 2023

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jan 17, 2023

Codecov Report

❗ No coverage uploaded for pull request base (3.x@ffcf5c7). Click here to learn what that means.
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@          Coverage Diff           @@
##             3.x    #2071    /-   ##
======================================
  Coverage       ?   59.96%           
  Complexity     ?     3864           
======================================
  Files          ?      302           
  Lines          ?    14957           
  Branches       ?        0           
======================================
  Hits           ?     8969           
  Misses         ?     5988           
  Partials       ?        0           
Impacted Files Coverage Δ
src/TwillNavigation.php 96.73% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@haringsrob haringsrob merged commit 640f34f into area17:3.x Jan 20, 2023
@haringsrob
Copy link
Contributor

Thanks for spotting this @vladimirmartsul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants