Build Reactive Signals for Bluesky's AT Protocol Firehose in Laravel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #10 from socialdept/dev

Fix namespace typo

authored by

Miguel Batres and committed by
GitHub
f91fadef 70f8dc2b

+2 -2
header.png

This is a binary file and will not be displayed.

+2 -2
stubs/signal.stub
··· 2 2 3 3 namespace {{ namespace }}; 4 4 5 - use SocialDept\Signal\Events\SignalEvent; 6 - use SocialDept\Signal\Signals\Signal; 5 + use SocialDept\Signals\Events\SignalEvent; 6 + use SocialDept\Signals\Signals\Signal; 7 7 8 8 class {{ class }} extends Signal 9 9 {