Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Nov 24, 2023
1 parent 1738f6b commit 9f260a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Exclude": [
"Website/htdocs/mpmanager/packages/inensus/",
"Website/htdocs/mpmanager/database/dummyData/dummy_data.sql",
"composer.phar"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public function run()
$this->call(MpmPluginsSeeder::class);
$this->call(ProtectedPagesSeeder::class);
}
}
}

0 comments on commit 9f260a5

Please sign in to comment.