diff --git a/app/Console/Commands/ImportMLPMA.php b/app/Console/Commands/ImportMLPMA.php index 6a54a36a..29f96683 100644 --- a/app/Console/Commands/ImportMLPMA.php +++ b/app/Console/Commands/ImportMLPMA.php @@ -41,7 +41,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.