notification.php 308 B

123456789101112
  1. <?php
  2. return [
  3. 'likedPhoto' => 'liked your post.',
  4. 'likedComment' => 'liked your comment.',
  5. 'startedFollowingYou' => 'started following you.',
  6. 'commented' => 'commented on your post.',
  7. 'mentionedYou' => 'mentioned you.',
  8. 'shared' => 'shared your post.',
  9. ];