<!-- DO NOT THROW THIS AWAY --> <!-- Fill out the FULL versions with patch versions --> - Laravel Version: 8.76.0 - PHP Version: 8.0.13 - Database Driver & Version: MariaDB & Redis ### Description: Flushing redis generates this error: ``` array_unique(): Argument #1 ($array) must be of type array, null given ``` I think it has to do with #39939 Reverting back to 8.75.0 everything works again. ### Steps To Reproduce: ``` Cache::tags('menu')->flush(); ``` ``` array_unique(): Argument #1 ($array) must be of type array, null given ```