find(2); $torrent = apply_filter('torrent_detail', $torrent); $user = \App\Models\User::query()->find(10001); do_action('announced', $torrent->toArray(), $user->toArray()); } }