Skip to content

Commit

Permalink
Changes for resource warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmasahil committed Jan 29, 2025
1 parent f3c3bb5 commit 31ad9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Drupal\tide_data_pipeline\Source\Resource;
namespace Drupal\tide_data_pipeline\Source\FileResource;

use Drupal\Core\Field\BaseFieldDefinition;
use Drupal\Core\StringTranslation\TranslatableMarkup;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
tide_data_pipeline.source_resource.privatefile:
class: Drupal\tide_data_pipeline\Source\Resource\PrivateFile
class: Drupal\tide_data_pipeline\Source\FileResource\PrivateFile
tags:
- { name: data_pipelines_source_resource }

0 comments on commit 31ad9c8

Please sign in to comment.