diff --git a/app/commands/ImportMLPMA.php b/app/commands/ImportMLPMA.php index 0458773e..4550d9d6 100644 --- a/app/commands/ImportMLPMA.php +++ b/app/commands/ImportMLPMA.php @@ -37,7 +37,7 @@ class ImportMLPMA extends Command { * * @var array */ - protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt']; + protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt', 'rtf']; /** * Used to stop the import process when a SIGINT is received.