mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
torrent bought user cache use hash + err() use warning message sometime
This commit is contained in:
@@ -97,9 +97,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$authkey = "12|52|abc";
|
||||
$subAuthkey = substr($authkey, 0, strrpos($authkey, "|"));
|
||||
$r = $subAuthkey;
|
||||
$r = TorrentUpdated::dispatch(5);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user