Skip to content

Commit

Permalink
Merge pull request #112 from rov-sf/#111-generate-xsd-files-not-working
Browse files Browse the repository at this point in the history
[BUGFIX] #111 Generate XSD files not working
  • Loading branch information
s2b committed Oct 24, 2022
2 parents ec66d76 + 9b1db87 commit 3d29e23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Configuration/Commands.php

This file was deleted.

8 changes: 8 additions & 0 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ services:
SMS\FluidComponents\:
resource: '../Classes/*'
exclude: '../Classes/Domain/Model/*'

SMS\FluidComponents\Command\GenerateXsdCommand:
tags:
- name: 'console.command'
command: 'fluidcomponents:generatexsd'
description: 'Generates the XSD files for autocompletion in the IDE.'
schedulable: true
hidden: false

0 comments on commit 3d29e23

Please sign in to comment.