#!/usr/bin/env php
ErrorException {#1894 #severity: E_WARNING }
$kernel->bootstrap();use Illuminate\Support\Facades\DB;// Parse arguments$dryRun = in_array('--dry-run', $argv);$fix = in_array('--fix', $argv);$verify = in_array('--verify', $argv);if (!$dryRun && !$fix && !$verify) { echo "Usage: php scripts/fix-tier-integrity.php [--dry-run|--fix|--verify]\n"; * @return callable */ protected function forwardsTo($method) { return fn (...$arguments) => static::$app ? $this->{$method}(...$arguments) : false; } /** * Determine if the error level is a deprecation.$kernel->bootstrap();use Illuminate\Support\Facades\DB;// Parse arguments$dryRun = in_array('--dry-run', $argv);$fix = in_array('--fix', $argv);$verify = in_array('--verify', $argv);if (!$dryRun && !$fix && !$verify) { echo "Usage: php scripts/fix-tier-integrity.php [--dry-run|--fix|--verify]\n";|
ErrorException
|
|---|
ErrorException:
Undefined variable $argv
at /home/globalgala/public_html/2026_backend_dev/scripts/fix-tier-integrity.php:28
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Undefined variable $argv', '/home/globalgala/public_html/2026_backend_dev/scripts/fix-tier-integrity.php', 28)
(/home/globalgala/public_html/2026_backend_dev/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:270)
at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}(2, 'Undefined variable $argv', '/home/globalgala/public_html/2026_backend_dev/scripts/fix-tier-integrity.php', 28)
(/home/globalgala/public_html/2026_backend_dev/scripts/fix-tier-integrity.php:28)
|