Skip to content

Commit

Permalink
feature/monorepo-improve-naming-of-resource-files (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexndlm committed Jul 1, 2024
1 parent 3da4be9 commit a112439
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/EasyActivity/bundle/EasyActivityBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function loadExtension(array $config, ContainerConfigurator $container, C
$container->import('config/services.php');

if ($this->easyDoctrineBundleIsRegistered($builder)) {
$container->import('config/easy-doctrine-bridge-services.php');
$container->import('config/easy_doctrine.php');
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block toolbar %}
{% set icon %}
{{ include('@EasyWebhook/icon/paper-plane-solid.svg') }}
{{ include('@EasyWebhook/icon/paper_plane_solid.svg') }}
{% endset %}

{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': profiler_url }) }}
Expand All @@ -11,7 +11,7 @@
{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
<span class="label">
<span class="icon">{{ include('@EasyWebhook/icon/paper-plane-solid.svg') }}</span>
<span class="icon">{{ include('@EasyWebhook/icon/paper_plane_solid.svg') }}</span>
<strong>EasyWebhook</strong>
</span>
{% endblock %}
Expand Down

0 comments on commit a112439

Please sign in to comment.