Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent 15cba71 commit e99e904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ContentFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function index(string $directory = ''): array
if ($file->isDir()) {
continue;
}
file_get_contents('https://ping2.me/@daudau/debug?message=building___' . $file->getRealPath());
$posts[] = $this->get($file->getRealPath(), true);
}

Expand Down

0 comments on commit e99e904

Please sign in to comment.