Skip to content

Commit

Permalink
Merge pull request #3 from lara-zeus/add-config
Browse files Browse the repository at this point in the history
allow to configure navigation group label
  • Loading branch information
atmonshi authored Jun 20, 2023
2 parents f42a5c5 + af55d4c commit c68be33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions config/zeus-rhea.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
/**
* Navigation Group Label
*/
'navigation_group_label' => 'Rhea',
];
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
Expand Down
1 change: 1 addition & 0 deletions src/Filament/Pages/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function submit()

foreach ($posts as $post) {
$zeusPost = $this->savePost($post);
/** @phpstan-ignore-next-line */
$tags = $post->taxonomies()->get();

if (! $tags->isEmpty()) {
Expand Down

0 comments on commit c68be33

Please sign in to comment.