limit(10)->take(); // $m = Post::where(['width' => 1000])->where("user_id = ?", 4)->take(); // vpe(Post::find(1)); // vpe($m); // vpe($q);define('RAILS_ENV', 'development'); require __DIR__ . '/../config/boot.php'; set_time_limit(0); JobTask::execute_once(); exit; ?>
AAA