Skip to content

Commit f831a2c

Browse files
committed
add success message to community store
1 parent acfa86c commit f831a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Filament/Forms/CommunityStoresForm.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ public static function configure()
151151
$image_link = config('settings.github_community_store_gist_base').$domain['store'].'/logo.png';
152152
AddStoreToDiscountJob::dispatch($domain['path'], $image_link);
153153
}
154+
155+
Notification::make()
156+
->title('Store are being added to discount system')
157+
->success()
158+
->send();
154159
});
155160
}
156161
}

0 commit comments

Comments
 (0)