Deploy on 2026-06-05 12:26:45

This commit is contained in:
Hamza-Ayed
2026-06-05 12:26:45 +03:00
parent c911518189
commit 638672067b
2 changed files with 3 additions and 2 deletions

View File

@@ -155,9 +155,9 @@ PROMPT;
$type = 'news';
$opportunityType = 'other';
$score = 10;
$score = 30;
$tags = [];
$isOpportunity = false;
$isOpportunity = true; // Treat all entries as opportunities by default
// Keyword patterns
if (preg_match('/\b(grant|funding|award|prize)\b/i', $text)) {

View File

@@ -19,6 +19,7 @@ if (file_exists($localEnv)) {
}
require_once __DIR__ . '/database/seeds/DatabaseSeeder.php';
require_once __DIR__ . '/database/seeds/SourceSeeder.php';
use App\Core\Container;
use App\Services\Database\Connection;