Skip to content

Commit

Permalink
more work on tests for FeedSource
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 10, 2024
1 parent e4612fe commit 76ef494
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/Domains/Sources/SourceTypeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ enum SourceTypeEnum: string
case FeedSource = 'feed_source';
//leave for scripting


public static function ignore(): array
{
return [
Expand Down
2 changes: 0 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,3 @@ function () {
Route::post('/sources/feed_source/test_feed', 'testFeed')->name('sources.feed_source.test_feed');
}
);


0 comments on commit 76ef494

Please sign in to comment.