Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Error : Call to undefined method IlluminateNotificationsChannelsMailChannel::assertSentTo()

If you're getting this in tests, make sure you're using the facade
IlluminateSupportFacadesNotification
And you might want to call the Notification::fake() if you're doing assertions.
 
PREVIOUS NEXT
Tagged: #Error #Call #undefined #method
ADD COMMENT
Topic
Name
8+7 =