You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run vendor: publish it creates new migration for push_subscription table even though it exists in migration I check the code and I found this condition is getting fail please help to solve this issue
if (! class_exists('CreatePushSubscriptionsTable')) {
$timestamp = date('Y_m_d_His', time());
Whenever I run vendor: publish it creates new migration for push_subscription table even though it exists in migration I check the code and I found this condition is getting fail please help to solve this issue
if (! class_exists('CreatePushSubscriptionsTable')) {
$timestamp = date('Y_m_d_His', time());
The text was updated successfully, but these errors were encountered: