Skip to content

Commit

Permalink
Fix namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Oct 1, 2023
1 parent acf45a2 commit bc09fa9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Drush/Generators/ChadoFieldFormatterGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal_chado\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/ChadoFieldGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal_chado\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/ChadoFieldTypeGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal_chado\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/ChadoFieldWidgetGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal_chado\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/TripalFieldFormatterGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/TripalFieldGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/TripalFieldTypeGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down
2 changes: 1 addition & 1 deletion src/Drush/Generators/TripalFieldWidgetGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace Drupal\tripal\Drush\Generators;
namespace Drupal\tripal_devtools\Drush\Generators;

use DrupalCodeGenerator\Asset\AssetCollection as Assets;
use DrupalCodeGenerator\Attribute\Generator;
Expand Down

0 comments on commit bc09fa9

Please sign in to comment.