DEV: Remove unnecessary require
As we’re upgrading Discourse to Rails 7+, we’re also renaming and moving some files to better follow Rails conventions on that matter. The current `require_dependency` call prevents us to do that and is not necessary as the file referenced here is part of the autoload path.
This commit is contained in:
parent
4073efac82
commit
3bbee8933a
Loading…
Reference in New Issue