Fenos\Notifynder\Models\Notification::newCollection PHP Method

newCollection() public method

Custom Collection.
public newCollection ( array $models = [] ) : NotifynderCollection | Illuminate\Database\Eloquent\Collection
$models array
return NotifynderCollection | Illuminate\Database\Eloquent\Collection
    public function newCollection(array $models = [])
    {
        return new NotifynderCollection($models);
    }